From 9d4d303bc3076012c9cf4cce6f500697bff40e40 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 15 Jul 2010 16:33:22 -0700 Subject: [PATCH] Really remove Class::InsideOut from Account.pm --- lib/WebGUI/Account.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Account.pm b/lib/WebGUI/Account.pm index 1edbbe13a..05d65308b 100644 --- a/lib/WebGUI/Account.pm +++ b/lib/WebGUI/Account.pm @@ -2,7 +2,6 @@ package WebGUI::Account; use strict; -#use Class::InsideOut qw{ :std }; use Moose; has session => (