]> git.vpit.fr Git - perl/modules/with.git/blob - META.json
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/with.git] / META.json
1 {
2    "abstract" : "Lexically call methods with a default object.",
3    "author" : [
4       "Vincent Pit <perl@profvince.com>"
5    ],
6    "dynamic_config" : 0,
7    "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
8    "license" : [
9       "perl_5"
10    ],
11    "meta-spec" : {
12       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13       "version" : 2
14    },
15    "name" : "with",
16    "no_index" : {
17       "directory" : [
18          "t",
19          "inc"
20       ]
21    },
22    "prereqs" : {
23       "build" : {
24          "requires" : {
25             "Carp" : "0",
26             "ExtUtils::MakeMaker" : "0",
27             "Filter::Util::Call" : "0",
28             "Scalar::Util" : "0",
29             "Sub::Prototype::Util" : "0.08",
30             "Test::More" : "0",
31             "Text::Balanced" : "0"
32          }
33       },
34       "configure" : {
35          "requires" : {
36             "ExtUtils::MakeMaker" : "0"
37          }
38       },
39       "runtime" : {
40          "requires" : {
41             "Carp" : "0",
42             "Filter::Util::Call" : "0",
43             "Scalar::Util" : "0",
44             "Sub::Prototype::Util" : "0.08",
45             "Text::Balanced" : "0",
46             "perl" : "5.009004"
47          }
48       }
49    },
50    "release_status" : "stable",
51    "resources" : {
52       "bugtracker" : {
53          "web" : "http://rt.cpan.org/Dist/Display.html?Name=with"
54       },
55       "homepage" : "http://search.cpan.org/dist/with/",
56       "license" : [
57          "http://dev.perl.org/licenses/"
58       ],
59       "repository" : {
60          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fwith.git"
61       }
62    },
63    "version" : "0.03",
64    "x_serialization_backend" : "JSON::PP version 2.94"
65 }