The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
requires 'perl', '5.008001';

requires 'AnyEvent';
requires 'Coro';
requires 'Hash::MultiValue';
requires 'IPC::Run';
requires 'JSON';
requires 'Guard';
requires 'Log::Minimal';
requires 'Moo';
requires 'Net::OpenSSH';
on 'test' => sub {
    requires 'Test::More', '0.98';
};