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 'HTTP::Date';
requires 'HTTP::Status';
requires 'Plack', '0.9937';
requires 'Try::Tiny', '0.06';
requires 'parent';

on test => sub {
    requires 'Test::More';
};