summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-05-09 15:40:22 +0200
committerfranck cuny <franck@lumberjaph.net>2010-05-09 15:40:22 +0200
commit451266812090ba3214532e800a096b5c9510b44f (patch)
tree2a0dd12905fbc44405270641778e6e2c385bd3b1
parentstart to write tests (diff)
downloadpresque-451266812090ba3214532e800a096b5c9510b44f.tar.gz
add JSON
Diffstat (limited to '')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 333ab91..5f5fc56 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,6 +3,7 @@ name 'presque';
all_from 'lib/presque.pm';
readme_from 'lib/presque.pm';
+requires 'JSON';
requires 'Tatsumaki';
requires 'Moose';
requires 'AnyEvent::Redis';