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