remove WebGUI::Utility

This commit is contained in:
Graham Knop 2010-09-07 13:13:56 -05:00
parent 0adbb519f0
commit ed04b99872
95 changed files with 6 additions and 207 deletions

View file

@ -85,7 +85,6 @@ use JSON;
use WebGUI::HTMLForm;
use WebGUI::International;
use WebGUI::Shop::AddressBook;
use WebGUI::Utility;
=head1 NAME

View file

@ -37,7 +37,6 @@ property percentageDiscount => (
);
use WebGUI::HTMLForm;
use WebGUI::Utility;
=head1 NAME

View file

@ -92,7 +92,6 @@ property eventMetaData => (
);
use JSON ();
use WebGUI::Utility;
=head1 NAME

View file

@ -29,7 +29,6 @@ property price => (
hoverHelp => ["price help", 'Asset_EMSToken'],
);
use WebGUI::Utility;
=head1 NAME

View file

@ -15,7 +15,6 @@ use Tie::IxHash;
use WebGUI::HTMLForm;
use WebGUI::Storage;
use WebGUI::SQL;
use WebGUI::Utility;
use JSON;
use Moose;