]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - META.json
Add support for copy magic on code prototype clone
[perl/modules/Variable-Magic.git] / META.json
1 {
2    "abstract" : "Associate user-defined magic to variables from Perl.",
3    "author" : [
4       "Vincent Pit <perl@profvince.com>"
5    ],
6    "dynamic_config" : 1,
7    "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921",
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" : "Variable-Magic",
16    "no_index" : {
17       "directory" : [
18          "t",
19          "inc"
20       ]
21    },
22    "prereqs" : {
23       "build" : {
24          "requires" : {
25             "Carp" : "0",
26             "Config" : "0",
27             "Exporter" : "0",
28             "ExtUtils::MakeMaker" : "0",
29             "Test::More" : "0",
30             "XSLoader" : "0",
31             "base" : "0"
32          }
33       },
34       "configure" : {
35          "requires" : {
36             "Config" : "0",
37             "ExtUtils::MakeMaker" : "0"
38          }
39       },
40       "runtime" : {
41          "requires" : {
42             "Carp" : "0",
43             "Exporter" : "0",
44             "XSLoader" : "0",
45             "base" : "0",
46             "perl" : "5.008"
47          }
48       }
49    },
50    "release_status" : "stable",
51    "resources" : {
52       "bugtracker" : {
53          "web" : "http://rt.cpan.org/Dist/Display.html?Name=Variable-Magic"
54       },
55       "homepage" : "http://search.cpan.org/dist/Variable-Magic/",
56       "license" : [
57          "http://dev.perl.org/licenses/"
58       ],
59       "repository" : {
60          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git"
61       }
62    },
63    "version" : "0.53"
64 }