The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile (
               AUTHOR        => 'Casey West <casey@geeknest.com>',
               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',
              );