Do not include . in @INC.

This commit is contained in:
Colin Kuskie 2009-11-18 10:24:39 -08:00
parent 3951072f0c
commit 53f3683c21
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
7.8.6
- fixed #11250: i18n Asset_EMSSubmissionForm::delete created items label help
- fixed #11251: perload.perl tries to load t/lib/WebGUI/Test.pm
7.8.5
- added the EMS submission subsystem

View file

@ -2,7 +2,7 @@ use strict;
my $webguiRoot = '/data/WebGUI';
unshift @INC, $webguiRoot . "/lib";
@INC = "$webguiRoot/lib", grep { $_ ne q{.} } @INC;
# add custom lib directories to library search path
unshift @INC, grep {