# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'CPAN::YACSmoke::Plugin::NNTP', 'VERSION_FROM' => 'lib/CPAN/YACSmoke/Plugin/NNTP.pm', 'PREREQ_PM' => { 'Test::More' => 0, 'CPAN::YACSmoke' => 0.03, 'Net::NNTP' => 0, 'Carp' => 0, 'Storable' => 0, 'File::Basename' => 0, 'File::Path' => 0, }, NO_META => 1, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT => 'NNTP list plugin for Yet Another CPAN Smoke Tester', AUTHOR => 'Barbie ') : ()), );