Remove C::IO use line.

This commit is contained in:
Colin Kuskie 2010-08-19 16:48:05 -07:00
parent c917e6ca6d
commit 092c8d96ba

View file

@ -33,7 +33,6 @@ they relate and function.
our $VERSION = '0.0.1';
#use Class::InsideOut qw(readonly private public id register);
use Moose;
use Scalar::Util qw/blessed/;
use WebGUI::Exception;