summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-28 09:18:39 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-28 09:18:39 +0200
commit22a2333a63dc7703c93342ef9824b7d22e716316 (patch)
tree0df06881ef313997bfdc4dd07edc374862c1c641 /Makefile.PL
parentPOD fix (diff)
downloadplack-middleware-throttle-22a2333a63dc7703c93342ef9824b7d22e716316.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.PL7
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;