about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-14 10:40:30 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-14 10:40:30 +0200
commit70fb37d8b1a703778ee84ab3290008d153f152c5 (patch)
tree773a0ff6174c8f13339a524e028afa6cdd8c8d4f
parentbasic worker using presque::worker (diff)
downloadpresque-70fb37d8b1a703778ee84ab3290008d153f152c5.tar.gz
add deps to makefile
-rw-r--r--Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 80acf5e..333ab91 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,9 @@ name 'presque';
 all_from 'lib/presque.pm';
 readme_from 'lib/presque.pm';
 
-# requires '';
+requires 'Tatsumaki';
+requires 'Moose';
+requires 'AnyEvent::Redis';
 
 tests 't/*.t';