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" : "https://metacpan.org/pod/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 "perl_5", 26 "bsd" 27 ], 28 "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", 29 "keywords" : [ 30 "toolchain", 31 "cpan", 32 "dual-life" 33 ], 34 "prereqs" : { 35 "runtime" : { 36 "requires" : { 37 "File::Copy" : "0", 38 "IO::File" : "0", 39 "Data::Dumper" : "0", 40 "File::Spec" : "0", 41 "Config" : "0", 42 "ExtUtils::Install" : "0", 43 "perl" : "5.006", 44 "File::Compare" : "0", 45 "File::Find" : "0", 46 "File::Path" : "0", 47 "File::Basename" : "0", 48 "Cwd" : "0" 49 }, 50 "recommends" : { 51 "YAML" : "0.35", 52 "ExtUtils::ParseXS" : "2.02", 53 "Pod::Text" : "0", 54 "ExtUtils::Install" : "0.3", 55 "Archive::Tar" : "1.00" 56 } 57 }, 58 "build" : { 59 "requires" : { 60 "Build::Requires": "1.1", 61 "Test::More" : "0" 62 } 63 }, 64 "test" : { 65 "requires" : { 66 "Test::More" : "0.88", 67 "Test::Requires" : "1.2" 68 } 69 } 70 }, 71 "optional_features" : { 72 "domination" : { 73 "prereqs" : { 74 "develop" : { 75 "requires" : { 76 "Genius::Evil" : "1.234" 77 } 78 }, 79 "runtime" : { 80 "requires" : { 81 "Machine::Weather" : "2.0" 82 } 83 } 84 }, 85 "description" : "Take over the world" 86 } 87 }, 88 "abstract" : "Build and install Perl modules", 89 "x_whatever" : "Custom key" 90} 91