use ExtUtils::MakeMaker; WriteMakefile ( AUTHOR => 'Casey West ', ABSTRACT => "Simply Sending Email", NAME => 'Email::Send', PREREQ_PM => { 'Class::Accessor::Fast' => '0.19', 'Email::Address' => '1.80', 'Email::Simple' => '1.92', 'Module::Pluggable' => '2.8', 'Return::Value' => '1.28', 'Test::More' => '0.47', }, VERSION_FROM => 'lib/Email/Send.pm', );