ensure JSON is loaded

This commit is contained in:
Graham Knop 2010-05-16 21:45:44 -05:00
parent 033fc6c5d3
commit 5cb384ec73

View file

@ -17,6 +17,7 @@ package WebGUI::Types;
use Moose;
use Moose::Util::TypeConstraints;
use JSON ();
=head1 NAME