]> git.vpit.fr Git - perl/modules/indirect.git/blob - META.json
Make sure we don't take the OP_REFCNT mutex twice on perl 5.9.2 and below
[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 7.04, CPAN::Meta::Converter version 2.150001",
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             "Config" : "0",
27             "ExtUtils::MakeMaker" : "0",
28             "POSIX" : "0",
29             "Test::More" : "0",
30             "XSLoader" : "0"
31          }
32       },
33       "configure" : {
34          "requires" : {
35             "Config" : "0",
36             "ExtUtils::MakeMaker" : "0"
37          }
38       },
39       "runtime" : {
40          "requires" : {
41             "Carp" : "0",
42             "XSLoader" : "0",
43             "perl" : "5.008001"
44          }
45       }
46    },
47    "release_status" : "stable",
48    "resources" : {
49       "bugtracker" : {
50          "web" : "http://rt.cpan.org/Dist/Display.html?Name=indirect"
51       },
52       "homepage" : "http://search.cpan.org/dist/indirect/",
53       "license" : [
54          "http://dev.perl.org/licenses/"
55       ],
56       "repository" : {
57          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
58       }
59    },
60    "version" : "0.34"
61 }