diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-04-14 10:40:30 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-04-14 10:40:30 +0200 |
| commit | 70fb37d8b1a703778ee84ab3290008d153f152c5 (patch) | |
| tree | 773a0ff6174c8f13339a524e028afa6cdd8c8d4f | |
| parent | basic worker using presque::worker (diff) | |
| download | presque-70fb37d8b1a703778ee84ab3290008d153f152c5.tar.gz | |
add deps to makefile
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 4 |
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'; |
