prevent preloading of upgrade modules
This commit is contained in:
parent
b5542c9902
commit
ecec4836f8
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ Returns the list of modules to exclude from preloading as an array.
|
||||||
sub preloadExclude {
|
sub preloadExclude {
|
||||||
my $class = shift;
|
my $class = shift;
|
||||||
my @excludes = _readTextLines($class->preloadExclusions);
|
my @excludes = _readTextLines($class->preloadExclusions);
|
||||||
|
push @excludes, 'WebGUI::Upgrade', 'WebGUI::Upgrade::*';
|
||||||
return @excludes;
|
return @excludes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue