Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumps up version to account for the elimination of TypeGraph
  • Loading branch information
JJ committed Jun 12, 2019
1 parent a943dc8 commit dd4f701
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 199 deletions.
9 changes: 4 additions & 5 deletions META6.json
Expand Up @@ -16,7 +16,8 @@
"Pod::To::HTML:ver<0.6.1+>",
"OO::Monitors",
"File::Find",
"Test::META"
"Test::META",
"Perl6::TypeGraph"
],
"tags": [
"perl6","pod6","documentation", "reference"
Expand All @@ -30,11 +31,9 @@
"Pod::Convenience": "lib/Pod/Convenience.pm6",
"Perl6::Documentable": "lib/Perl6/Documentable.pm6",
"Perl6::Documentable::Registry": "lib/Perl6/Documentable/Registry.pm6",
"Perl6::TypeGraph": "lib/Perl6/TypeGraph.pm6",
"Perl6::TypeGraph::Viz": "lib/Perl6/TypeGraph/Viz.pm6",
"Perl6::Type": "lib/Perl6/Type.pm6"
"Perl6::TypeGraph::Viz": "lib/Perl6/TypeGraph/Viz.pm6"
},
"version": "1.002001",
"version": "1.003",
"authors": [ "perl6" ],
"description": "Perl 6 documentation (tools and docs)",
"meta6": "0"
Expand Down
68 changes: 0 additions & 68 deletions lib/Perl6/Type.pm6

This file was deleted.

104 changes: 0 additions & 104 deletions lib/Perl6/TypeGraph.pm6

This file was deleted.

22 changes: 0 additions & 22 deletions t/04-typegraph.t

This file was deleted.

0 comments on commit dd4f701

Please sign in to comment.