use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Path::Iter', AUTHOR => 'Daniel Muey ', VERSION_FROM => 'lib/Path/Iter.pm', ABSTRACT_FROM => 'lib/Path/Iter.pod', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Path-Iter-*' }, );