Skip to content

Commit 7b34d3c

Browse files
committed
Reordered and added missing pm6, closes #2564
1 parent d3ce0a4 commit 7b34d3c

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

META6.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@
2222
"perl6","pod6","documentation", "reference"
2323
],
2424
"license": "Artistic-2.0",
25-
"provides": {
26-
"Pod::To::SectionFilter": "lib/Pod/To/SectionFilter.pm6",
27-
"Perl6::TypeGraph": "lib/Perl6/TypeGraph.pm6",
28-
"Pod::Htmlify": "lib/Pod/Htmlify.pm6",
29-
"Perl6::Documentable": "lib/Perl6/Documentable.pm6",
30-
"Perl6::TypeGraph::Viz": "lib/Perl6/TypeGraph/Viz.pm6",
31-
"Perl6::Type": "lib/Perl6/Type.pm6",
32-
"Pod::Convenience": "lib/Pod/Convenience.pm6",
33-
"Perl6::Documentable::Registry": "lib/Perl6/Documentable/Registry.pm6"
25+
"provides": {
26+
"Test-Files" : "lib/Test-Files.pm6",
27+
"Pod::To::SectionFilter": "lib/Pod/To/SectionFilter.pm6",
28+
"Pod::Htmlify": "lib/Pod/Htmlify.pm6",
29+
"Pod::Cache": "lib/Pod/Cache.pm6",
30+
"Pod::Convenience": "lib/Pod/Convenience.pm6",
31+
"Perl6::Documentable": "lib/Perl6/Documentable.pm6",
32+
"Perl6::Documentable::Registry": "lib/Perl6/Documentable/Registry.pm6",
33+
"Perl6::TypeGraph": "lib/Perl6/TypeGraph.pm6",
34+
"Perl6::TypeGraph::Viz": "lib/Perl6/TypeGraph/Viz.pm6",
35+
"Perl6::Type": "lib/Perl6/Type.pm6"
3436
},
3537
"version": "1.002001",
3638
"authors": [ "perl6" ],

0 commit comments

Comments
 (0)