1{
2   "resources" : {
3      "license" : [
4         "http://dev.perl.org/licenses/"
5      ],
6      "repository" : {
7        "url" : "svn://repo.example.com/foo-bar#fakeanchor",
8        "web" : "http://www.example.com"
9      }
10   },
11   "generated_by" : "Module::Build version 0.36",
12   "meta-spec" : {
13      "version" : "2",
14      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
15   },
16   "version" : "0.36",
17   "name" : "Module-Build",
18   "dynamic_config" : 1,
19   "author" : [
20      "Ken Williams <kwilliams@cpan.org>",
21      "Module-Build List <module-build@perl.org>"
22   ],
23   "release_status" : "stable",
24   "license" : [
25      "restricted"
26   ],
27   "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",
28   "keywords" : [
29      "toolchain",
30      "cpan",
31      "dual-life"
32   ],
33   "prereqs" : {
34      "runtime" : {
35         "requires" : {
36            "File::Copy" : "0",
37            "IO::File" : "0",
38            "Data::Dumper" : "0",
39            "File::Spec" : "0",
40            "Config" : "0",
41            "ExtUtils::Install" : "0",
42            "perl" : "5.006",
43            "File::Compare" : "0",
44            "File::Find" : "0",
45            "File::Path" : "0",
46            "File::Basename" : "0",
47            "Cwd" : "0"
48         },
49         "recommends" : {
50            "YAML" : "0.35",
51            "ExtUtils::ParseXS" : "2.02",
52            "Pod::Text" : "0",
53            "ExtUtils::Install" : "0.3",
54            "Archive::Tar" : "1.00"
55         }
56      },
57      "build" : {
58         "requires" : {
59            "Build::Requires": "1.1",
60            "Test::More" : "0"
61         }
62      },
63      "test" : {
64         "requires" : {
65            "Test::More" : "0.88",
66            "Test::Requires" : "1.2"
67         }
68      }
69   },
70   "optional_features" : {
71      "domination" : {
72         "prereqs" : {
73            "develop" : {
74               "requires" : {
75                  "Genius::Evil" : "1.234"
76               }
77            },
78            "runtime" : {
79               "requires" : {
80                  "Machine::Weather" : "2.0"
81               }
82            }
83         },
84         "description" : "Take over the world"
85      }
86   },
87   "abstract" : "Build and install Perl modules",
88   "x_whatever" : "Custom key"
89}
90