The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => 'Mojolicious::Plugin::Subdispatch',
    VERSION_FROM    => 'lib/Mojolicious/Plugin/Subdispatch.pm',
    AUTHOR          => 'Mirko Westermeier <mail@memowe.de>',
    PREREQ_PM       => {'Mojolicious' => '2.4'},
    test            => {TESTS => 't/*.t'}
);