diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-04-14 10:40:39 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-04-14 10:40:39 +0200 |
| commit | 531a1f9e5df9f36b20c3d624caee801bc7bcbaeb (patch) | |
| tree | 195bb7d03950813b1d6a902daee253668b369cb3 | |
| parent | basic worker (diff) | |
| download | presque-worker-531a1f9e5df9f36b20c3d624caee801bc7bcbaeb.tar.gz | |
add deps to makefile
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 65c54da..b391a3c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,11 @@ name 'presque-worker'; all_from 'lib/presque/worker.pm'; readme_from 'lib/presque/worker.pm'; -# requires ''; +requires 'Moose'; +requires 'AnyEvent'; +requires 'AnyEvent::HTTP'; +requires 'JSON'; +requires 'Try::Tiny'; tests 't/*.t'; |
