don't preload WebGUI::Test
This commit is contained in:
parent
12e744a189
commit
8e00923aee
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue