remove WebGUI::PerformanceProfiler

This commit is contained in:
Graham Knop 2009-12-08 16:23:54 -06:00
parent 59a562fb35
commit 6d381a5c46
2 changed files with 1 additions and 545 deletions

View file

@ -36,7 +36,7 @@ require WebGUI::Config;
require WebGUI::Pluggable;
# these modules should always be skipped
my @excludes = qw(WebGUI::i18n::English::Automated_Information WebGUI::PerformanceProfiler);
my @excludes;
push @excludes, readLines($webguiRoot."/sbin/preload.exclude");
WebGUI::Pluggable::findAndLoad( "WebGUI",