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 strict;
use Module::Build;

my $build = Module::Build->new(
    create_makefile_pl => 'passthrough',
    license            => 'perl',
    module_name        => 'Catalyst::Engine::Apache',
    create_makefile_pl => 'passthrough',
    test_files   => [
        glob('t/0*.t') 
    ],
    create_readme => 1,
);
$build->create_build_script;