]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - META.json
Make indirect_find() more resilient to embedded nuls
[perl/modules/indirect.git] / META.json
index a8a7ef5a231ebddffe046773c3533282d1d8d0a8..8bdc1bce34d34cc93ca34a345e934e18d730447a 100644 (file)
--- 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 <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001",
+   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921",
    "license" : [
       "perl_5"
    ],
    "prereqs" : {
       "build" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0,
-            "Test::More" : 0,
-            "XSLoader" : 0
+            "Carp" : "0",
+            "ExtUtils::MakeMaker" : "0",
+            "Test::More" : "0",
+            "XSLoader" : "0"
          }
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
          "requires" : {
-            "XSLoader" : 0,
+            "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.27"
 }