use 5.006; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'List::Gather::Simple', VERSION_FROM => 'lib/List/Gather/Simple.pm', PREREQ_PM => {}, ABSTRACT_FROM => 'lib/List/Gather/Simple.pm', AUTHOR => 'John Ankarström ', LICENSE => 'perl', dist => { PREOP => 'pod2text lib/List/Gather/Simple.pm > $(DISTVNAME)/README', }, );