X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=META.json;h=dc83d09ba396f1f4f3c7e704f3ea29873b5486cd;hp=a8a7ef5a231ebddffe046773c3533282d1d8d0a8;hb=0d3bbce6be850fc6a0f709e7dfb0c5d8d3718ae3;hpb=646717579d96585f6b9aa4327769e6f7553265f8 diff --git a/META.json b/META.json index a8a7ef5..dc83d09 100644 --- a/META.json +++ b/META.json @@ -1,10 +1,10 @@ { - "abstract" : "Lexically warn about using the indirect object syntax.", + "abstract" : "Lexically warn about using the indirect method call syntax.", "author" : [ "Vincent Pit " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001", + "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112621", "license" : [ "perl_5" ], @@ -22,6 +22,7 @@ "prereqs" : { "build" : { "requires" : { + "Carp" : 0, "ExtUtils::MakeMaker" : 0, "Test::More" : 0, "XSLoader" : 0 @@ -34,6 +35,7 @@ }, "runtime" : { "requires" : { + "Carp" : 0, "XSLoader" : 0, "perl" : "5.008001" } @@ -52,5 +54,5 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git" } }, - "version" : "0.24" + "version" : "0.26" }