summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-01 17:59:44 +0100
committerfranck cuny <franck@lumberjaph.net>2010-03-01 17:59:44 +0100
commit557ccb547bb456b1aa74daf05bf7f580a6dd0671 (patch)
tree076a12b1eef7cade7d76379348c0c2b629551a42 /Makefile.PL
parenta middleware to throttle request on an API (diff)
downloadplack-middleware-apiratelimit-557ccb547bb456b1aa74daf05bf7f580a6dd0671.tar.gz
update README
Diffstat (limited to '')
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5297eaa..d83486c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,10 @@ all_from 'lib/Plack/Middleware/APIRateLimit.pm';
 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;