]> git.vpit.fr Git - perl/modules/indirect.git/blob - META.json
Nullify thread local storage entries when they are freed
[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.98, CPAN::Meta::Converter version 2.142060",
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             "Test::More" : "0",
29             "XSLoader" : "0"
30          }
31       },
32       "configure" : {
33          "requires" : {
34             "Config" : "0",
35             "ExtUtils::MakeMaker" : "0"
36          }
37       },
38       "runtime" : {
39          "requires" : {
40             "Carp" : "0",
41             "XSLoader" : "0",
42             "perl" : "5.008001"
43          }
44       }
45    },
46    "release_status" : "stable",
47    "resources" : {
48       "bugtracker" : {
49          "web" : "http://rt.cpan.org/Dist/Display.html?Name=indirect"
50       },
51       "homepage" : "http://search.cpan.org/dist/indirect/",
52       "license" : [
53          "http://dev.perl.org/licenses/"
54       ],
55       "repository" : {
56          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
57       }
58    },
59    "version" : "0.32"
60 }