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

name 'Dispatch-Declare';
all_from 'lib/Dispatch/Declare.pm';
license 'perl';
build_requires 'Test::More' => '0.42';

WriteAll;