The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# vim: ft=perl et
use inc::Module::Install;

&Meta->read;

include_deps( 'Test::More', 5.004 );

include( 'Test::Signature' );
include( 'Module::Versions::Report' );


&Makefile->write;