From c02363e5754a82230944cfef09c4b38c73ea0c1f Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 13 May 2010 14:52:19 +0200 Subject: load json --- lib/presque/ControlHandler.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit v1.2.3