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