]> git.vpit.fr Git - perl/modules/indirect.git/blob - META.json
Quote version numbers in Makefile.PL
[perl/modules/indirect.git] / META.json
1 {
2    "abstract" : "Lexically warn about using the indirect method call syntax.",
3    "author" : [
4       "Vincent Pit <perl@profvince.com>"
5    ],
6    "dynamic_config" : 1,
7    "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112621",
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" : "indirect",
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             "Test::More" : 0,
28             "XSLoader" : 0
29          }
30       },
31       "configure" : {
32          "requires" : {
33             "ExtUtils::MakeMaker" : 0
34          }
35       },
36       "runtime" : {
37          "requires" : {
38             "Carp" : 0,
39             "XSLoader" : 0,
40             "perl" : "5.008001"
41          }
42       }
43    },
44    "release_status" : "stable",
45    "resources" : {
46       "bugtracker" : {
47          "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect"
48       },
49       "homepage" : "http://search.cpan.org/dist/indirect/",
50       "license" : [
51          "http://dev.perl.org/licenses/"
52       ],
53       "repository" : {
54          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
55       }
56    },
57    "version" : "0.26"
58 }