1{ 2 "generated_by" : "Module::Build version 0.36", 3 "meta-spec" : { 4 "version" : "2", 5 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec" 6 }, 7 "abstract" : "stuff", 8 "version" : "0.36", 9 "name" : "Module-Build", 10 "dynamic_config" : 1, 11 "author" : [ 12 "Ken Williams <kwilliams@cpan.org>", 13 "Module-Build List <module-build@perl.org>" 14 ], 15 "release_status" : "stable", 16 "license" : [ 17 "perl_5" 18 ], 19 "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", 20 "prereqs" : { 21 "runtime" : { 22 "requires" : { 23 "File::Copy" : "== 2.21", 24 "IO::File" : "> 1.12", 25 "Data::Dumper" : ">= 1", 26 "File::Spec" : "< 5", 27 "File::Find" : ">1, != 1.19", 28 "File::Path" : "0", 29 "Module::Metadata" : ">= v1.0.2, <= v1.0.10" 30 } 31 }, 32 "build" : { 33 "requires" : { 34 "Build::Requires": "1.1", 35 "Test::More" : "0" 36 } 37 }, 38 "test" : { 39 "requires" : { 40 "Test::More" : "0.88", 41 "Test::Requires" : "1.2" 42 } 43 } 44 } 45} 46