The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'Email::ARF::Hotmail',
    VERSION_FROM      => 'lib/Email/ARF/Hotmail.pm',
    PREREQ_PM         => { 'Email::ARF' => 0.005,
							'Email::MIME' => 1.903,
							'Test::More' => 0.94,
						   "Regexp::Common" => 2.122,
						},
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM  => 'lib/Email/ARF/Hotmail.pm', # retrieve abstract from module
       AUTHOR         => 'Michael Stevens <mstevens@etla.org') : ()),
	LICENSE => 'perl',
);