The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4208
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Email::Outlook::Message',
  'VERSION_FROM' => 'lib/Email/Outlook/Message.pm',
  'PREREQ_PM' => {
                   'Carp' => '0',
                   'Email::MIME' => '1.923',
                   'Email::MIME::ContentType' => '1.014',
                   'Email::Sender' => '1.3',
                   'Email::Simple' => '2.102',
                   'Encode' => '0',
                   'File::Basename' => '0',
                   'Getopt::Long' => '0',
                   'IO::All' => '0',
                   'IO::String' => '0',
                   'OLE::Storage_Lite' => '0.14',
                   'POSIX' => '0',
                   'Pod::Usage' => '0',
                   'Test::More' => '0'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'script/msgconvert'
                 ],
  'PL_FILES' => {}
)
;