use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'POE::Component::UPS::RSS', 'VERSION_FROM' => 'RSS.pm', # finds $VERSION dist=>{COMPRESS=>'gzip -9f', EXT=>'gz'}, PREREQ_PM=>{ XML::Grove=>0.45, XML::Parser=>2.2, Net::SSleay=>1.09, POE=>0.15, }, );