]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
Add META.json
authorVincent Pit <vince@profvince.com>
Mon, 18 Jul 2011 12:57:14 +0000 (14:57 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 18 Jul 2011 12:57:14 +0000 (14:57 +0200)
MANIFEST
META.json [new file with mode: 0644]

index b438d6960cd7270573dfbe85dcd85babc3727ef9..8b42b18a4191ee841f35bea2534b1e61a44ee686 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..ebf713c
--- /dev/null
+++ b/META.json
@@ -0,0 +1,57 @@
+{
+   "abstract" : "A slimmer Test::More for when you favor performance over completeness.",
+   "author" : [
+      "Vincent Pit <perl@profvince.com>"
+   ],
+   "dynamic_config" : 0,
+   "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" : "Test-Leaner",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Exporter" : 0,
+            "ExtUtils::MakeMaker" : 0,
+            "Test::More" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Exporter" : 0,
+            "Test::More" : 0,
+            "perl" : "5.006"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Leaner"
+      },
+      "homepage" : "http://search.cpan.org/dist/Test-Leaner/",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Leaner.git"
+      }
+   },
+   "version" : "0.02"
+}