X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=blobdiff_plain;f=META.json;fp=META.json;h=98cc1966d286d85803fdc211bde4def2301a6f46;hp=0000000000000000000000000000000000000000;hb=38b20c3c8c5fefb9be82c3d5e49adab22e01697f;hpb=7ab966bd9eb74dd009e0dc81dc9c1f28a0481b0b diff --git a/META.json b/META.json new file mode 100644 index 0000000..98cc196 --- /dev/null +++ b/META.json @@ -0,0 +1,65 @@ +{ + "abstract" : "Lexically call methods with a default object.", + "author" : [ + "Vincent Pit " + ], + "dynamic_config" : 0, + "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : 2 + }, + "name" : "with", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "Carp" : "0", + "ExtUtils::MakeMaker" : "0", + "Filter::Util::Call" : "0", + "Scalar::Util" : "0", + "Sub::Prototype::Util" : "0.08", + "Test::More" : "0", + "Text::Balanced" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "Carp" : "0", + "Filter::Util::Call" : "0", + "Scalar::Util" : "0", + "Sub::Prototype::Util" : "0.08", + "Text::Balanced" : "0", + "perl" : "5.009004" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "http://rt.cpan.org/Dist/Display.html?Name=with" + }, + "homepage" : "http://search.cpan.org/dist/with/", + "license" : [ + "http://dev.perl.org/licenses/" + ], + "repository" : { + "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fwith.git" + } + }, + "version" : "0.03", + "x_serialization_backend" : "JSON::PP version 2.94" +}