diff options
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 7 |
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; |
