more import cleanups

This commit is contained in:
Graham Knop 2010-03-04 16:45:24 -06:00
parent 2af4c4de63
commit 45ca61b7c2
6 changed files with 4 additions and 15 deletions

View file

@ -14,8 +14,8 @@ package WebGUI::HTMLForm;
=cut
use strict;
use CGI::Util qw(rearrange);
use strict qw(vars refs);
use WebGUI::Form;
use WebGUI::International;
use WebGUI::Pluggable;