|
#!/usr/bin/perl
use 5.006;
WriteMakefile(
AUTHOR => 'Barbie <barbie@cpan.org>' ,
NAME => 'CPAN::Testers::WWW::Preferences' ,
VERSION_FROM => 'lib/CPAN/Testers/WWW/Preferences.pm' ,
ABSTRACT => 'The CPAN Testers Preferences website' ,
NO_META => 1,
PREREQ_PM => {
'Labyrinth' => '5.20' ,
'Labyrinth::DIUtils::ImageMagick' => '5.04' ,
'Labyrinth::Plugin::Core' => '5.14' ,
'Labyrinth::Plugin::CPAN' => '3.50' ,
'Class::Accessor::Fast' => 0,
'Data::Dumper' => 0,
'Digest::SHA' => 0,
'Email::Address' => 0,
'MIME::Base64' => 0,
'Net::SSLeay' => 0,
'Sort::Versions' => 0,
'Time::Local' => 0,
'IO::File' => 0,
'Test::More' => 0.70
},
);
|