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;
$^W = 1; # Can't use "use warnings", see perl_version below.
use inc::Module::Build::Functions;

module_name         'MBF-Test2';
all_from            'lib/MBF/Test2.pm';
add_to_cleanup      'MBF-Test2-*';

create_build_script;