]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/commitdiff
Add META.json
authorVincent Pit <vince@profvince.com>
Thu, 25 Aug 2011 15:50:31 +0000 (17:50 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 25 Aug 2011 15:50:31 +0000 (17:50 +0200)
MANIFEST
META.json [new file with mode: 0644]

index 5381724d47ca3bbb1c6502602b04afb209e33097..a5b6167b30eaf0671ab779865cddc08b85066553 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..71d1cd6
--- /dev/null
+++ b/META.json
@@ -0,0 +1,65 @@
+{
+   "abstract" : "Utility routines for vec strings.",
+   "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" : "Scalar-Vec-Util",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Carp" : 0,
+            "Config" : 0,
+            "Exporter" : 0,
+            "ExtUtils::MakeMaker" : 0,
+            "Test::More" : 0,
+            "XSLoader" : 0,
+            "base" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Config" : 0,
+            "ExtUtils::MakeMaker" : 0,
+            "File::Spec" : 0
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Carp" : 0,
+            "Exporter" : 0,
+            "XSLoader" : 0,
+            "base" : 0,
+            "perl" : "5.006"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Scalar-Vec-Util"
+      },
+      "homepage" : "http://search.cpan.org/dist/Scalar-Vec-Util/",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScalar-Vec-Util.git"
+      }
+   },
+   "version" : "0.06"
+}