Hopefully, this solves another @INC bug.

This commit is contained in:
freesource
2003-02-24 17:50:35 +00:00
parent ad86310594
commit 29d2468498
3 changed files with 22 additions and 3 deletions
+3 -1
View File
@@ -28,9 +28,11 @@ BEGIN {
my $fhs = grep(/\/usr\/share\/perl5/,@INC);
unshift(@INC,"."); # better make sure we mean . when we mean .
if ($fhs == 0) {
unshift(@INC,"/usr/share/perl5");
unshift(@INC,"."); # better make sure we mean . when we mean .
}