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

name('Module-Install-Any-Moose');

all_from('lib/Module/Install/Any/Moose.pm');

requires 'Module::Install', '0.72';
auto_include_deps;

WriteAll;