The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME         => 'Email::Filter::Rules',
    VERSION_FROM => 'lib/Email/Filter/Rules.pm',        # finds $VERSION
    AUTHOR       => 'Jeff Bisbee (jbisbee@cpan.org)',
    ABSTRACT     =>
        'Simple Rules for Routing Mail with Email::Filter/Mail::Audit',
    PREREQ_PM => {
        'Test::Simple'  => 0.44,
        'Email::Filter' => 0,
    },
    LICENSE => 'perl',
);