The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;
use Module::Install::GithubMeta;
use Module::Install::ManifestSkip;
use Module::Install::AutoManifest;

name       'Path-Dispatcher';
all_from   'lib/Path/Dispatcher.pm';
githubmeta;

requires 'Any::Moose' => '0.12';
requires 'Try::Tiny'  => '0.02';

test_requires 'Test::More'      => '0.88';
test_requires 'Test::Fatal';

manifest_skip;
auto_manifest;
WriteAll;