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


use 5.006; #due to 'warnings' pragma
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'             => 'CPAN::Testers::WWW::Statistics',
    'VERSION_FROM'     => 'lib/CPAN/Testers/WWW/Statistics.pm',
    'PREREQ_PM'        => {

        Class::Accessor::Fast           => 0,
        Config::IniFiles                => 0,
        GD::Graph::lines                => 0,
        File::Basename                  => 0,
        File::Copy                      => 0,
        File::Path                      => 0,
        File::Slurp                     => 0,
        Getopt::ArgvFile                => 0,
        Getopt::Long                    => 0,
        HTML::Entities                  => 0,
        HTTP::Request                   => 0,
        IO::File                        => 0,
        JSON                            => 0,
        LWP::UserAgent                  => 0,
        Sort::Versions                  => 0,
        Template                        => 2.19,

        # for the CGI tools
        CGI                             => 0,
        Email::Simple                   => 0,
        Time::Piece                     => 0,

        # for database access
        CPAN::Testers::Common::DBUtils  => 0.03,
        DBI                             => 0,
        DBD::mysql                      => 0,
        DBD::SQLite                     => 0,

        # for testing
        Archive::Zip                    => 0,     # for testing
        Archive::Extract                => 0,     # for testing
        File::Spec                      => 0,     # for testing
        Test::Differences               => 0,     # for testing
    },

    NO_META         => 1,

    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (ABSTRACT     => 'Scripts to create the CPAN Testers Statistics website',
       AUTHOR       => 'Barbie <barbie@cpan.org>') : ()),
);