From 09767a41895747e19ef07fad8171dac8fb4d0b09 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 9 Jul 2010 14:08:10 -0700 Subject: [PATCH] Remove commented out module use line. --- lib/WebGUI/Shop/Pay.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Shop/Pay.pm b/lib/WebGUI/Shop/Pay.pm index e6425bebc..4ebb03cb6 100644 --- a/lib/WebGUI/Shop/Pay.pm +++ b/lib/WebGUI/Shop/Pay.pm @@ -16,7 +16,6 @@ package WebGUI::Shop::Pay; use strict; -#use Class::InsideOut qw{ :std }; use Moose; use WebGUI::Exception; use WebGUI::International;