Remove C::IO line from PayDriver base class;

This commit is contained in:
Colin Kuskie 2010-10-08 11:49:20 -07:00
parent 9da8abc6e1
commit ac9e75a0a3

View file

@ -16,7 +16,6 @@ package WebGUI::Shop::PayDriver;
use strict;
use Class::InsideOut qw{ :std };
use Carp qw(croak);
use Tie::IxHash;
use WebGUI::Exception::Shop;