We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bb4a9 commit e84e26aCopy full SHA for e84e26a
META.info
@@ -3,5 +3,15 @@
3
"version" : "*",
4
"description" : "Perl 6 documentation (tools and docs)",
5
"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
+ },
16
"source-url" : "git://github.com/perl6/doc.git"
17
}
0 commit comments