From 5cb384ec73554f80208f6e7ad5e28cc2b672ce92 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sun, 16 May 2010 21:45:44 -0500 Subject: [PATCH] ensure JSON is loaded --- lib/WebGUI/Types.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Types.pm b/lib/WebGUI/Types.pm index 9be43a946..0fed3d275 100644 --- a/lib/WebGUI/Types.pm +++ b/lib/WebGUI/Types.pm @@ -17,6 +17,7 @@ package WebGUI::Types; use Moose; use Moose::Util::TypeConstraints; +use JSON (); =head1 NAME