1{
2   "X_deep" : {
3      "deep" : "structure"
4   },
5   "abstract" : "Build and install Perl modules",
6   "author" : [
7      "Ken Williams <kwilliams@cpan.org>",
8      "Module-Build List <module-build@perl.org>"
9   ],
10   "description" : "Module::Build is a system for building, testing, and installing Perl modules.  It is meant to be an alternative to ExtUtils::MakeMaker... blah blah blah",
11   "dynamic_config" : 1,
12   "generated_by" : "Module::Build version 0.36",
13   "keywords" : [
14      "toolchain",
15      "cpan",
16      "dual-life"
17   ],
18   "license" : [
19      "perl_5"
20   ],
21   "meta-spec" : {
22      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
23      "version" : "2"
24   },
25   "name" : "Module-Build",
26   "optional_features" : {
27      "domination" : {
28         "description" : "Take over the world",
29         "prereqs" : {
30            "develop" : {
31               "requires" : {
32                  "Genius::Evil" : "1.234"
33               }
34            },
35            "runtime" : {
36               "requires" : {
37                  "Machine::Weather" : "2.0"
38               }
39            }
40         }
41      }
42   },
43   "prereqs" : {
44      "build" : {
45         "requires" : {
46            "Test::More" : "0"
47         }
48      },
49      "runtime" : {
50         "recommends" : {
51            "Archive::Tar" : "1.00",
52            "ExtUtils::Install" : "0.3",
53            "ExtUtils::ParseXS" : "2.02",
54            "Pod::Text" : "0",
55            "YAML" : "0.35"
56         },
57         "requires" : {
58            "Config" : "0",
59            "Cwd" : "0",
60            "Data::Dumper" : "0",
61            "ExtUtils::Install" : "0",
62            "File::Basename" : "0",
63            "File::Compare" : "0",
64            "File::Copy" : "0",
65            "File::Find" : "0",
66            "File::Path" : "0",
67            "File::Spec" : "0",
68            "IO::File" : "0",
69            "perl" : "5.006"
70         }
71      }
72   },
73   "release_status" : "stable",
74   "resources" : {
75      "license" : [
76         "http://dev.perl.org/licenses/"
77      ]
78   },
79   "version" : "0.36",
80   "x_authority" : "cpan:FLORA",
81   "x_serialization_backend" : "JSON::PP version 2.27300"
82}
83