The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile
(
    AUTHOR => '"Joshua ben Jore" <jjore@cpan.org>',

    NAME => 'Regexp::NamedCaptures',
    ABSTRACT_FROM => 'lib/Regexp/NamedCaptures.pm',
    VERSION_FROM  => 'lib/Regexp/NamedCaptures.pm',
    PREREQ_PM => {
                  strict => 0,
                  warnings => 0,
                  Carp => 0,
                  Text::Balanced => 0,
                 },
);