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 'Dist-Zilla-MintingProfile-RTx';
all_from 'lib/Dist/Zilla/MintingProfile/RTx.pm';
readme_from 'lib/Dist/Zilla/MintingProfile/RTx.pm';
license  'gplv2';
install_share 'module' => 'Dist::Zilla::MintingProfile::RTx', 'profiles';

requires 'Dist::Zilla';
requires 'Module::Install::RTx';
requires 'Module::Install::ReadmeFromPod';

WriteAll;