use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'ZConf::RSS', AUTHOR => 'Zane C. Bowers ', VERSION_FROM => 'lib/ZConf/RSS.pm', ABSTRACT_FROM => 'lib/ZConf/RSS.pm', PL_FILES => {}, INST_SCRIPT => 'bin', PREREQ_PM => { 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'ZConf-RSS-*' }, );