Skip to content

Commit

Permalink
Conform to the latest Perl 6 module specs
Browse files Browse the repository at this point in the history
  • Loading branch information
patch committed Dec 11, 2013
1 parent 82ba635 commit c432a06
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion META.info
@@ -1,8 +1,17 @@
{
"name" : "TestML",
"version" : "*",
"author" : "Ingy döt Net <ingy@cpan.org>",
"description" : "A Generic Software Testing Meta Language",
"depends" : [ ],
"source-type" : "git",
"provides" : {
"TestML" : "lib/TestML.pm",
"TestML::Document" : "lib/TestML/Document.pm",
"TestML::Parser" : "lib/TestML/Parser.pm",
"TestML::Parser::Grammar" : "lib/TestML/Parser/Grammar.pm",
"TestML::Runner" : "lib/TestML/Runner.pm",
"TestML::Runner::TAP" : "lib/TestML/Runner/TAP.pm",
"TestML::Standard" : "lib/TestML/Standard.pm"
},
"source-url" : "git://github.com/ingydotnet/testml-pm6.git"
}

0 comments on commit c432a06

Please sign in to comment.