use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Feed::Source::Page2RSS', AUTHOR => 'Emmanuel Di Pretoro <>', VERSION_FROM => 'lib/Feed/Source/Page2RSS.pm', ABSTRACT_FROM => 'lib/Feed/Source/Page2RSS.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'URI' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Feed-Source-Page2RSS-*' }, );