The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

my $build_pkg = eval { require Apache::TestMB }
? 'Apache::TestMB' : 'Module::Build';
my $build = $build_pkg->new (
module_name => 'CGI::Application::Dispatch',
license => 'perl',
requires => {
'perl' => '5.6.0',
'CGI::Application' => '3.2',
'Test::More' => 0,
'Exception::Class' => 0,
'Exception::Class::TryCatch' => 0,
},
build_requires => {
'Apache::Test' => '1.16',
'Test::LongString' => 0,
},
module_name => 'CGI::Application::Dispatch',
create_makefile_pl => 'passthrough',
);
$build->create_build_script;