about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-05-13 14:52:19 +0200
committerfranck cuny <franck@lumberjaph.net>2010-05-13 14:52:19 +0200
commitc02363e5754a82230944cfef09c4b38c73ea0c1f (patch)
treee0c0af0f6d192e916c845437deec0f7a61024859
parentadd worker handler, method to load handler (diff)
downloadpresque-c02363e5754a82230944cfef09c4b38c73ea0c1f.tar.gz
load json
-rw-r--r--lib/presque/ControlHandler.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/presque/ControlHandler.pm b/lib/presque/ControlHandler.pm
index b64851d..245ca26 100644
--- a/lib/presque/ControlHandler.pm
+++ b/lib/presque/ControlHandler.pm
@@ -1,5 +1,6 @@
 package presque::ControlHandler;
 
+use JSON;
 use Moose;
 extends 'Tatsumaki::Handler';
 with