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

WriteMakefile(
    NAME         => 'CGI::Builder::PathInfoMagic',
    VERSION_FROM => 'lib/CGI/Builder/PathInfoMagic.pm',
    PREREQ_PM    => {
        'CGI::Builder'        => 0,
        'Test::Output'        => 0,
    },
);