]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blob - META.json
Update XS helpers to ae9dac2a
[perl/modules/Lexical-Types.git] / META.json
1 {
2    "abstract" : "Extend the semantics of typed lexicals.",
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" : "Lexical-Types",
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             "constant" : "0",
31             "lib" : "0"
32          }
33       },
34       "configure" : {
35          "requires" : {
36             "Config" : "0",
37             "ExtUtils::MakeMaker" : "0"
38          }
39       },
40       "runtime" : {
41          "requires" : {
42             "Carp" : "0",
43             "XSLoader" : "0",
44             "perl" : "5.008004"
45          }
46       }
47    },
48    "release_status" : "stable",
49    "resources" : {
50       "bugtracker" : {
51          "web" : "http://rt.cpan.org/Dist/Display.html?Name=Lexical-Types"
52       },
53       "homepage" : "http://search.cpan.org/dist/Lexical-Types/",
54       "license" : [
55          "http://dev.perl.org/licenses/"
56       ],
57       "repository" : {
58          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git"
59       }
60    },
61    "version" : "0.14"
62 }