The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'CPAN::WWW::Testers::Generator',
          'EXE_FILES' => [
                           'bin/cpan_www_testers_generate'
                         ],
          'VERSION_FROM' => 'lib/CPAN/WWW/Testers/Generator.pm',
          'PREREQ_PM' => {
                           'Getopt::Long' => 0,
                           'FindBin' => 0,
                           'DBD::SQLite' => '1.07',
                           'version' => 0,
                           'Net::NNTP' => 0,
                           'Class::Accessor::Fast' => 0,
                           'CPAN::DistnameInfo' => 0,
                           'Test::More' => 0,
                           'Mail::Address' => 0,
                           'Email::Simple' => 0
                         }
        )
;