From: Vincent Pit Date: Sun, 17 Jul 2011 23:03:35 +0000 (+0200) Subject: Add META.json X-Git-Tag: v0.24~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=285499e00b39a9464d30c35007098a118302fd94;ds=sidebyside Add META.json --- diff --git a/MANIFEST b/MANIFEST index fba7e0e..dab2fb4 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..f56cead --- /dev/null +++ b/META.json @@ -0,0 +1,56 @@ +{ + "abstract" : "Lexically warn about using the indirect object syntax.", + "author" : [ + "Vincent Pit " + ], + "dynamic_config" : 1, + "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" : "indirect", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : 0, + "Test::More" : 0, + "XSLoader" : 0 + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "runtime" : { + "requires" : { + "XSLoader" : 0, + "perl" : "5.008001" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect" + }, + "homepage" : "http://search.cpan.org/dist/indirect/", + "license" : [ + "http://dev.perl.org/licenses/" + ], + "repository" : { + "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git" + } + }, + "version" : "0.23" +}