{
   "name" : "CPAN-Testers",
   "version" : "0.07",
   "abstract" : "QA of CPAN distributions via cross-platform testing",
   "author" : [
       "Adam J. Foxson <[email protected]>",
       "Barbie <[email protected]>",
       "David Golden <[email protected]>"
   ],
   "release_status" : "stable",
   "dynamic_config" : 0,
   "generated_by": "The Hand of Barbie 1.0",
   "license" : [
       "artistic_2"
   ],
   "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
       "version" : "2"
   },
   "no_index" : {
       "directory" : [
           "t",
           "examples"
       ]
   },

   "prereqs" : {
       "build" : {
           "requires" : {
               "ExtUtils::MakeMaker" : "0"
           }
       },
       "test" : {
           "requires" : {
               "IO::File" : "0",
               "Test::More" : "0.70"
           },
           "recommends" : {
               "Test::CPAN::Meta": "0",
               "Test::CPAN::Meta::JSON": "0",
               "Test::Pod": "1.00",
               "Test::Pod::Coverage": "0.08"
           }
       },
       "runtime" : {
           "requires" : {
               "perl": "5.006"
           }
       }
   },

   "provides" : {
       "CPAN::Testers" : {
           "file" : "lib/CPAN/Testers.pm",
           "version" : "0.07"
       }
   },

   "resources": {
       "license": [ "http://www.perlfoundation.org/artistic_license_2_0" ],
       "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers" },
       "homepage": "http://www.cpantesters.org",
       "repository": {
           "url": "git://github.com/barbie/cpan-testers.git",
           "web": "http://github.com/barbie/cpan-testers",
           "type": "git"
       }
   }
}