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

Module::Build->new(
    module_name => 'Log::Dispatch::TestDiag',
    dist_author => 'Graham TerMarsch (cpan@howlingfrog.com)',
    license     => 'artistic_2',
    requires    => {
        'Log::Dispatch::Output' => 0,
        'Test::More'            => 0,
    },
)->create_build_script;