The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "generated_by" : "Module::Build version 0.36",
   "meta-spec" : {
      "version" : "2",
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
   },
   "abstract" : "stuff",
   "version" : "0.36",
   "name" : "Module-Build",
   "dynamic_config" : 1,
   "author" : [
      "Ken Williams <kwilliams@cpan.org>",
      "Module-Build List <module-build@perl.org>"
   ],
   "release_status" : "stable",
   "license" : [
      "perl_5"
   ],
   "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",
   "prereqs" : {
      "runtime" : {
         "requires" : {
            "IO::File" : "1.23beta",
            "Data::Dumper" : "<= v1.2.a.3",
            "File::Spec" : "== mu"
         }
      }
   }
}