Do not include . in @INC.
This commit is contained in:
parent
3951072f0c
commit
53f3683c21
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue