/usr/local/CPAN/CPAN-WWW-Testers-Generator/Makefile.PL


use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'          => 'CPAN::WWW::Testers::Generator',
    'VERSION_FROM'  => 'lib/CPAN/WWW/Testers/Generator.pm',
    'PREREQ_PM'     => {
        'Cwd'                   => 0,       # only for cpanstats.pl
        'Getopt::Long'          => 0,       # only for cpanstats.pl

        'Class::Accessor::Fast' => 0,
        'CPAN::DistnameInfo'    => 0,
        'DBD::SQLite'           => '1.07',
        'DBI'                   => 0,
        'Email::Simple'         => 0,
        'File::Basename'        => 0,
        'File::Path'            => 0,
        'MIME::Base64'          => 0,
        'MIME::QuotedPrint'     => 0,
        'Net::NNTP'             => 0,
        'version'               => 0,

        'Test::More'            => 0,       # only for testing
                   },
    'PL_FILES'      => {},
    'INSTALLDIRS'   => 'site',
    'EXE_FILES'     => [ 'bin/cpanstats' ],
    NO_META             => 1,

    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (ABSTRACT	=> 'CPAN Testers Database Generator',
       AUTHOR	=> 'Barbie <barbie@cpan.org>') : ()),
);