The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Minilla::Profile::Default;
use strict;
use warnings;
use utf8;
use parent qw(Minilla::Profile::ModuleBuildTiny);

# The default profile is Module::Build.

1;
__DATA__