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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Mail::Action::Role::Purge',
          'VERSION_FROM' => 'lib/Mail/Action/Role/Purge.pm',
          'PREREQ_PM' => {
                           'Class::Roles' => '0.30',
                           'Mail::Action' => '0.20',
                           'Mail::SimpleList' => '0.85',
                           'Mail::TempAddress' => '0.55',
                           'Test::Role' => '0.012'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/mail_simplelist_purge.pl',
                           'bin/mail_tempaddress_purge.pl'
                         ],
          'PL_FILES' => {}
        )
;