Skip to content

Commit db3058c

Browse files
committedJun 11, 2012
Removing exclude of files that don't exist anymore.

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sbin/preload.perl

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
require WebGUI::Pluggable;
2626

2727
# these modules should always be skipped
28-
my @excludes = qw(WebGUI::i18n::English::Automated_Information WebGUI::PerformanceProfiler);
28+
my @excludes = qw(WebGUI::PerformanceProfiler);
2929
push @excludes, readLines($webguiRoot."/sbin/preload.exclude");
3030

3131
WebGUI::Pluggable::findAndLoad( "WebGUI",

0 commit comments

Comments
 (0)
Please sign in to comment.