From ac9e75a0a343da7ea879a53447c8d9f933577934 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 8 Oct 2010 11:49:20 -0700 Subject: [PATCH] Remove C::IO line from PayDriver base class; --- lib/WebGUI/Shop/PayDriver.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Shop/PayDriver.pm b/lib/WebGUI/Shop/PayDriver.pm index 58012b46e..c2d4e279f 100644 --- a/lib/WebGUI/Shop/PayDriver.pm +++ b/lib/WebGUI/Shop/PayDriver.pm @@ -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;