use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Mail::Outlook', 'VERSION_FROM' => 'lib/Mail/Outlook.pm', 'PREREQ_PM' => { Cwd => 0, File::Basename => 0, Win32::OLE => 0, Win32::OLE::Const => 0, Test::More => 0.70, }, NO_META => 1, ($] >= 5.005 ? (ABSTRACT_FROM => 'lib/Mail/Outlook.pm', AUTHOR => 'Barbie ') : ()), ); print <