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      => "RFC 2822 Address Parsing",
               NAME          => 'Email::Address',
               PREREQ_PM     => {
                                 'Test::More' => '0.47',
                                },
               VERSION_FROM  => 'lib/Email/Address.pm',
              );