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 inc::Module::Install;

name           'Class-Default';
all_from       'lib/Class/Default.pm';
build_requires 'Test::More'       => '0.47';

WriteAll;