summary refs log tree commit diff
path: root/Makefile.PL
blob: 0543aa0d36e92e7db1622529d033522cd0cc23da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use inc::Module::Install;
name 'Plack-Middleware-Throttle';
all_from 'lib/Plack/Middleware/Throttle.pm';
readme_from 'lib/Plack/Middleware/Throttle.pm';

# requires '';

tests 't/*.t';

build_requires 'Test::More';
use_test_base;
auto_include;
#auto_include_deps;
author_tests 'xt';
auto_set_repository;
WriteAll;