clean up Tie::IxHash imports

This commit is contained in:
Graham Knop 2010-03-04 14:01:23 -06:00
parent fe5085f346
commit 913fa9ad03
58 changed files with 36 additions and 24 deletions

View file

@ -6,6 +6,7 @@ use WebGUI::Text;
use WebGUI::Storage;
use WebGUI::Exception::Shop;
use List::Util qw{ sum };
use Tie::IxHash;
use base qw{ WebGUI::Shop::TaxDriver };