The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'Regexp::Exhaustive',
    VERSION_FROM => 'lib/Regexp/Exhaustive.pm',
    AUTHOR       => 'Johan Lodin <lodin@cpan.org>',
    ABSTRACT     => 'Regexp::Exhaustive',
    PREREQ_PM    => {
        Scalar::Util => 0,
        Test::More => 0.45,
    },
);