X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=META.json;h=9092e29d9524f4b02bb665b78ac64462c446ae6e;hp=8bdc1bce34d34cc93ca34a345e934e18d730447a;hb=HEAD;hpb=3a6da36c05bf6d2a47f44bd78bea6a03dab81b17 diff --git a/META.json b/META.json index 8bdc1bc..9092e29 100644 --- a/META.json +++ b/META.json @@ -1,16 +1,16 @@ { "abstract" : "Lexically warn about using the indirect method call syntax.", "author" : [ - "Vincent Pit " + "Vincent Pit " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "indirect", "no_index" : { @@ -23,13 +23,22 @@ "build" : { "requires" : { "Carp" : "0", + "Config" : "0", "ExtUtils::MakeMaker" : "0", + "File::Spec" : "0", + "IO::Handle" : "0", + "IO::Select" : "0", + "IPC::Open3" : "0", + "POSIX" : "0", + "Socket" : "0", "Test::More" : "0", - "XSLoader" : "0" + "XSLoader" : "0", + "lib" : "0" } }, "configure" : { "requires" : { + "Config" : "0", "ExtUtils::MakeMaker" : "0" } }, @@ -44,15 +53,16 @@ "release_status" : "stable", "resources" : { "bugtracker" : { - "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect" + "web" : "http://rt.cpan.org/Dist/Display.html?Name=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" + "url" : "http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git" } }, - "version" : "0.27" + "version" : "0.39", + "x_serialization_backend" : "JSON::PP version 4.02" }