]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Add META.json
authorVincent Pit <vince@profvince.com>
Sun, 17 Jul 2011 23:03:35 +0000 (01:03 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 17 Jul 2011 23:03:35 +0000 (01:03 +0200)
MANIFEST
META.json [new file with mode: 0644]

index fba7e0e8baa6c4c3ba52954333038176dc8ebb29..dab2fb40815ef8c4a0722a2919dd8b5d64b5f096 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,6 @@
 Changes
 MANIFEST
 Changes
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
 META.yml
 Makefile.PL
 README
diff --git a/META.json b/META.json
new file mode 100644 (file)
index 0000000..f56cead
--- /dev/null
+++ b/META.json
@@ -0,0 +1,56 @@
+{
+   "abstract" : "Lexically warn about using the indirect object syntax.",
+   "author" : [
+      "Vincent Pit <perl@profvince.com>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "indirect",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0,
+            "Test::More" : 0,
+            "XSLoader" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "XSLoader" : 0,
+            "perl" : "5.008001"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=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"
+      }
+   },
+   "version" : "0.23"
+}