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 0.65;

name 'Catalyst-Engine-HTTP-Prefork';
all_from 'lib/Catalyst/Engine/HTTP/Prefork.pm';

requires 'Catalyst::Runtime'        => '5.7012';
requires 'Cookie::XS'               => '0.08';
requires 'HTTP::Body'               => '1.01';
requires 'Net::Server'              => '0.97';
requires 'HTTP::HeaderParser::XS'   => '0.20';

tests 't/0*.t';

auto_install;
WriteAll;