From db3058c0b7522c73af919ccde669b6097d71b979 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 11 Jun 2012 10:20:05 -0700 Subject: [PATCH] Removing exclude of files that don't exist anymore. --- sbin/preload.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/preload.perl b/sbin/preload.perl index 0adbef505..5bffadf7e 100644 --- a/sbin/preload.perl +++ b/sbin/preload.perl @@ -25,7 +25,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 = qw(WebGUI::PerformanceProfiler); push @excludes, readLines($webguiRoot."/sbin/preload.exclude"); WebGUI::Pluggable::findAndLoad( "WebGUI",