use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'IO::Prompter', AUTHOR => 'Damian Conway ', VERSION_FROM => 'lib/IO/Prompter.pm', ABSTRACT_FROM => 'lib/IO/Prompter.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'Contextual::Return' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'IO-Prompter-*' }, );