clean up Tie::IxHash imports
This commit is contained in:
parent
fe5085f346
commit
913fa9ad03
58 changed files with 36 additions and 24 deletions
|
|
@ -17,6 +17,7 @@ package WebGUI::Session::Form;
|
|||
use strict qw(vars subs);
|
||||
use WebGUI::HTML;
|
||||
use Encode ();
|
||||
use Tie::IxHash;
|
||||
use base 'WebGUI::FormValidator';
|
||||
|
||||
=head1 NAME
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ package WebGUI::Session::Icon;
|
|||
|
||||
use strict;
|
||||
use WebGUI::International;
|
||||
use Tie::IxHash;
|
||||
|
||||
|
||||
=head1 NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue