From: Vincent Pit Date: Mon, 18 Jul 2011 12:57:14 +0000 (+0200) Subject: Add META.json X-Git-Tag: v0.03~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=af8ec83a4e6d809271d81ab4367f8921e26e4b9b Add META.json --- diff --git a/MANIFEST b/MANIFEST index b438d69..8b42b18 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ Changes MANIFEST +META.json META.yml Makefile.PL README diff --git a/META.json b/META.json new file mode 100644 index 0000000..ebf713c --- /dev/null +++ b/META.json @@ -0,0 +1,57 @@ +{ + "abstract" : "A slimmer Test::More for when you favor performance over completeness.", + "author" : [ + "Vincent Pit " + ], + "dynamic_config" : 0, + "generated_by" : "ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Test-Leaner", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "Exporter" : 0, + "ExtUtils::MakeMaker" : 0, + "Test::More" : 0 + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "runtime" : { + "requires" : { + "Exporter" : 0, + "Test::More" : 0, + "perl" : "5.006" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Leaner" + }, + "homepage" : "http://search.cpan.org/dist/Test-Leaner/", + "license" : [ + "http://dev.perl.org/licenses/" + ], + "repository" : { + "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Leaner.git" + } + }, + "version" : "0.02" +}