]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Add META.json
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 16:11:32 +0000 (18:11 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 16:11:32 +0000 (18:11 +0200)
MANIFEST
META.json [new file with mode: 0644]

index 1a363a3af6b5ef755452ee3b66e70d570714dbe8..ba98000afb277980bff9b00c0155bd5480e712ba 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,6 @@
 Changes
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
diff --git a/META.json b/META.json
new file mode 100644 (file)
index 0000000..02407bc
--- /dev/null
+++ b/META.json
@@ -0,0 +1,59 @@
+{
+   "abstract" : "Extend the semantics of typed lexicals.",
+   "author" : [
+      "Vincent Pit <perl@profvince.com>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Lexical-Types",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Carp" : 0,
+            "ExtUtils::MakeMaker" : 0,
+            "Test::More" : 0,
+            "XSLoader" : 0,
+            "constant" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Carp" : 0,
+            "XSLoader" : 0,
+            "perl" : "5.008003"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lexical-Types"
+      },
+      "homepage" : "http://search.cpan.org/dist/Lexical-Types/",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git"
+      }
+   },
+   "version" : "0.11"
+}