diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-05-09 15:40:22 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-05-09 15:40:22 +0200 |
| commit | 451266812090ba3214532e800a096b5c9510b44f (patch) | |
| tree | 2a0dd12905fbc44405270641778e6e2c385bd3b1 | |
| parent | start to write tests (diff) | |
| download | presque-451266812090ba3214532e800a096b5c9510b44f.tar.gz | |
add JSON
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 1 |
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'; |
