# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'PL_FILES' => {}, 'INSTALLDIRS' => 'site', 'NAME' => 'Mail::Box::IMAP4::SSL', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/Mail/Box/IMAP4/SSL.pm', 'PREREQ_PM' => { 'Mail::IMAPClient' => '3.02', 'Mail::Transport::IMAP4' => '2.079', 'IO::Socket::SSL' => '1.12', 'IO::CaptureOutput' => '1.06', 'File::Spec' => '0.86', 'Test::More' => '0.74', 'Probe::Perl' => '0.01', 'Proc::Background' => '1.08', 'Mail::Box::IMAP4' => '2.079' } ) ;