diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-04-28 09:18:39 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-04-28 09:18:39 +0200 |
| commit | 22a2333a63dc7703c93342ef9824b7d22e716316 (patch) | |
| tree | 0df06881ef313997bfdc4dd07edc374862c1c641 /Makefile.PL | |
| parent | POD fix (diff) | |
| download | plack-middleware-throttle-master.tar.gz | |
Checking in changes prior to tagging of version 0.01. Changelog diff is:master
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 0543aa0..0a5d9f4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,11 +3,16 @@ name 'Plack-Middleware-Throttle'; all_from 'lib/Plack/Middleware/Throttle.pm'; readme_from 'lib/Plack/Middleware/Throttle.pm'; -# requires ''; +requires 'Plack'; +requires 'Moose'; +requires 'Scalar::Util'; +requires 'HTTP::Request::Common'; +requires 'DateTime'; tests 't/*.t'; build_requires 'Test::More'; +test_requires 'Test::Requires'; use_test_base; auto_include; #auto_include_deps; |
