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

@ -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 {