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

requires 'AnyEvent::Redis';

tests 't/*.t';

author 'Franck Cuny';
license 'perl';

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