From: Vincent Pit Date: Thu, 25 Aug 2011 10:56:49 +0000 (+0200) Subject: Add META.json X-Git-Tag: v0.10~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Prototype-Util.git;a=commitdiff_plain;h=67287c40fcc0edc123f77ea00d52e95c058b1a61 Add META.json --- diff --git a/MANIFEST b/MANIFEST index a7e4e9d..a786193 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..fda5b4f --- /dev/null +++ b/META.json @@ -0,0 +1,60 @@ +{ + "abstract" : "Prototype-related utility routines.", + "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" : "Sub-Prototype-Util", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "Carp" : 0, + "Exporter" : 0, + "ExtUtils::MakeMaker" : 0, + "Scalar::Util" : 0, + "Test::More" : 0 + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "runtime" : { + "requires" : { + "Carp" : 0, + "Exporter" : 0, + "Scalar::Util" : 0, + "perl" : "5.006" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Sub-Prototype-Util" + }, + "homepage" : "http://search.cpan.org/dist/Sub-Prototype-Util/", + "license" : [ + "http://dev.perl.org/licenses/" + ], + "repository" : { + "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FSub-Prototype-Util.git" + } + }, + "version" : "0.09" +}