use strict; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Email::LocalDelivery', VERSION_FROM => 'lib/Email/LocalDelivery.pm', (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), PREREQ_PM => { 'Email::FolderType' => '0.7', 'Email::Simple' => '1.998', # needed for header_obj 'File::Path::Expand' => '1.01', 'Test::More' => '0.47', }, );