From: Vincent Pit Date: Wed, 24 Aug 2011 20:09:13 +0000 (+0200) Subject: Add META.json X-Git-Tag: v0.04~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=cfd7a5710a458059e0d87962f72bd4aa8ce8a6be Add META.json --- diff --git a/MANIFEST b/MANIFEST index 9576ffe..c889bc7 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..1e0cab8 --- /dev/null +++ b/META.json @@ -0,0 +1,60 @@ +{ + "abstract" : "We are the CPAN authors that have written the modules installed on your perl!", + "author" : [ + "Vincent Pit " + ], + "dynamic_config" : 0, + "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" : "Acme-CPANAuthors-You-re_using", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "Acme::CPANAuthors" : "0.14", + "Carp" : 0, + "ExtUtils::Installed" : "1.999", + "ExtUtils::MakeMaker" : 0, + "Test::More" : 0 + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "runtime" : { + "requires" : { + "Acme::CPANAuthors" : "0.14", + "Carp" : 0, + "ExtUtils::Installed" : "1.999", + "perl" : "5.006" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_using" + }, + "homepage" : "http://search.cpan.org/dist/Acme-CPANAuthors-You-re_using/", + "license" : [ + "http://dev.perl.org/licenses/" + ], + "repository" : { + "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git" + } + }, + "version" : "0.03" +}