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

all_from 'lib/Plack/Handler/CLI.pm';

requires 'Plack' => 0.99;
requires 'Any::Moose';
requires 'URI::Escape';

recommends 'URI::Escape::XS' => 0.07;

test_requires 'Test::More' => 0.88; # done_testing()
test_requires 'HTTP::Request::AsCGI';
test_requires 'Test::Requires';

tests_recursive;
author_tests 'xt';

auto_set_repository() if -d '.git';

clean_files qw(
    Plack-Handler-CLI-* *.stackdump
    cover_db
    nytprof
    *.out
);

WriteAll(check_nmake => 0);