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.3800
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.900',
                   'Email::MIME::ContentType' => '1.014',
                   'Email::Simple' => '2.003',
                   'Encode' => '0',
                   'IO::All' => '0',
                   'OLE::Storage_Lite' => '0.14',
                   'POSIX' => '0',
                   'Test::More' => '0'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;