use ExtUtils::MakeMaker; WriteMakefile ( AUTHOR => 'Casey West ', ABSTRACT => "Polymorphic Return Values", NAME => 'Return::Value', LICENSE => 'perl', PREREQ_PM => { 'Test::More' => '0.47', }, VERSION_FROM => 'lib/Return/Value.pm', );