]> git.vpit.fr Git - perl/modules/indirect.git/blob - META.json
Update contact info
[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.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" : "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             "File::Spec" : "0",
29             "IO::Handle" : "0",
30             "IO::Select" : "0",
31             "IPC::Open3" : "0",
32             "POSIX" : "0",
33             "Socket" : "0",
34             "Test::More" : "0",
35             "XSLoader" : "0",
36             "lib" : "0"
37          }
38       },
39       "configure" : {
40          "requires" : {
41             "Config" : "0",
42             "ExtUtils::MakeMaker" : "0"
43          }
44       },
45       "runtime" : {
46          "requires" : {
47             "Carp" : "0",
48             "XSLoader" : "0",
49             "perl" : "5.008001"
50          }
51       }
52    },
53    "release_status" : "stable",
54    "resources" : {
55       "bugtracker" : {
56          "web" : "http://rt.cpan.org/Dist/Display.html?Name=indirect"
57       },
58       "homepage" : "http://search.cpan.org/dist/indirect/",
59       "license" : [
60          "http://dev.perl.org/licenses/"
61       ],
62       "repository" : {
63          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
64       }
65    },
66    "version" : "0.38",
67    "x_serialization_backend" : "JSON::PP version 2.94"
68 }