The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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',
  },
);