Skip to content

Commit e84e26a

Browse files
committed
Add "provides" section to META.info"
1 parent 88bb4a9 commit e84e26a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

META.info

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@
33
"version" : "*",
44
"description" : "Perl 6 documentation (tools and docs)",
55
"depends" : [ "URI" ],
6+
"provides" : {
7+
"Perl6::Type" : "lib/Perl6/Type.pm",
8+
"Perl6::TypeGraph" : "lib/Perl6/TypeGraph.pm",
9+
"Perl6::TypeGraph::Viz" : "lib/Perl6/TypeGraph/Viz.pm",
10+
"Pod::Convenience" : "lib/Pod/Convenience.pm6",
11+
"Pod::Htmlify" : "lib/Pod/Htmlify.pm6",
12+
"Pod::To::SectionFilter" : "lib/Pod/To/SectionFilter.pm",
13+
"Perl6::Documentable" : "lib/Perl6/Documentable.pm",
14+
"Perl6::Documentable::Registry" : "lib/Perl6/Documentable/Registry.pm"
15+
},
616
"source-url" : "git://github.com/perl6/doc.git"
717
}

0 commit comments

Comments
 (0)