summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-30 15:36:54 +0200
committerfranck cuny <franck@lumberjaph.net>2010-03-30 15:36:54 +0200
commit4219e4f6082a902c68575614409453c7f1af25f5 (patch)
tree85b479e851ddb781d91647283d3a90cda9097234 /Makefile.PL
parentclean tests (diff)
downloadplack-middleware-apiratelimit-4219e4f6082a902c68575614409453c7f1af25f5.tar.gz
fix mail, update
Diffstat (limited to '')
-rw-r--r--Makefile.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d83486c..c8d7db2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,17 +1,18 @@
use inc::Module::Install;
name 'Plack-Middleware-APIRateLimit';
all_from 'lib/Plack/Middleware/APIRateLimit.pm';
+readme_from 'lib/Plack/Middleware/APIRateLimit.pm';
-# requires '';
+requires 'AnyEvent::Redis';
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;
+author_tests 'xt';
+auto_set_repository;
WriteAll;