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

# requires '';

tests 't/*.t';
author_tests 'xt';

author 'Franck Cuny';
license 'perl';
readme_from 'lib/Plack/Middleware/APIRateLimit.pm';

build_requires 'Test::More';
use_test_base;
auto_include;
WriteAll;