From 8e00923aee5a1e207ccd6b296bf896c4b2112543 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Tue, 31 Aug 2010 15:53:58 -0500 Subject: [PATCH] don't preload WebGUI::Test --- lib/WebGUI/Paths.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Paths.pm b/lib/WebGUI/Paths.pm index 7de1d2cb4..e693e9e16 100644 --- a/lib/WebGUI/Paths.pm +++ b/lib/WebGUI/Paths.pm @@ -204,6 +204,7 @@ sub preloadExclude { my $class = shift; my @excludes = _readTextLines($class->preloadExclusions); push @excludes, 'WebGUI::Upgrade', 'WebGUI::Upgrade::*'; + push @excludes, 'WebGUI::Test', 'WebGUI::Test::*'; return @excludes; }