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 'Catalyst-Plugin-ConfigLoader-Remote';
all_from 'lib/Catalyst/Plugin/ConfigLoader/Remote.pm';

requires 'Catalyst::Plugin::ConfigLoader';
requires 'MRO::Compat';
requires 'File::Fetch';

auto_install;
WriteAll;