The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.010001;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME              => 'Router::PathInfo',
    VERSION_FROM      => 'lib/Router/PathInfo.pm',
    PREREQ_PM         => {
        'namespace::autoclean'  => 0,
        'Carp'                  => 0,
        'Plack::MIME'           => 0,
        'File::Spec'            => 0,
        'File::MimeInfo::Magic' => 0
    },
    AUTHOR         => 'mr.Rico <catamoose@yandex.ru>',
);