The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use ExtUtils::MakeMaker;

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