Add a missing module use line.
This commit is contained in:
parent
45e1c01fc9
commit
c8075d98cd
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ package WebGUI::Form::Email;
|
||||||
use strict;
|
use strict;
|
||||||
use base 'WebGUI::Form::Text';
|
use base 'WebGUI::Form::Text';
|
||||||
use WebGUI::International;
|
use WebGUI::International;
|
||||||
|
use WebGUI::Utility;
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue