From: Vincent Pit Date: Wed, 24 Aug 2011 14:29:42 +0000 (+0200) Subject: Add META.json X-Git-Tag: v0.10~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=5f53c81963f68100257acd888894cd26ae83b9d7 Add META.json --- diff --git a/MANIFEST b/MANIFEST index 8e98d27..77de2e2 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..986a31f --- /dev/null +++ b/META.json @@ -0,0 +1,56 @@ +{ + "abstract" : "Lexically disable autovivification.", + "author" : [ + "Vincent Pit " + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "autovivification", + "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.008003" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=autovivification" + }, + "homepage" : "http://search.cpan.org/dist/autovivification/", + "license" : [ + "http://dev.perl.org/licenses/" + ], + "repository" : { + "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git" + } + }, + "version" : "0.09" +}