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 'HTTPx-Dispatcher';
all_from 'lib/HTTPx/Dispatcher.pm';

requires 'Class::Accessor::Fast'    => 0.30;
requires 'Exporter'                 => 5.58;
requires 'HTTP::Request'            => 1.40;
requires 'URI'                      => 1.36;

tests 't/*.t t/*/*.t';
recursive_author_tests 'xt';

test_requires 'YAML';
test_requires 'Test::More';
test_requires 'Test::Requires';
test_requires 'Test::Base';
auto_set_repository;
WriteAll;