clean up Tie::IxHash imports
This commit is contained in:
parent
fe5085f346
commit
913fa9ad03
58 changed files with 36 additions and 24 deletions
|
|
@ -16,6 +16,7 @@ package WebGUI::Form::CommentRating;
|
|||
|
||||
use strict;
|
||||
use base 'WebGUI::Form::RadioList';
|
||||
use Tie::IxHash;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ use strict;
|
|||
use base 'WebGUI::Form::Control';
|
||||
use WebGUI::Form::Hidden;
|
||||
use WebGUI::International;
|
||||
use Tie::IxHash;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ use strict;
|
|||
use base 'WebGUI::Form::Slider';
|
||||
use WebGUI::Form::SelectBox;
|
||||
use WebGUI::International;
|
||||
use Tie::IxHash;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue