summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
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;