Make Test.pm search order the same as preload.perl
This commit is contained in:
parent
e161afd5c0
commit
716da0440f
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ BEGIN {
|
||||||
$line =~ s/^\s+//;
|
$line =~ s/^\s+//;
|
||||||
$line =~ s/\s+$//;
|
$line =~ s/\s+$//;
|
||||||
next LINE if !$line;
|
next LINE if !$line;
|
||||||
push @INC, $line;
|
unshift @INC, $line;
|
||||||
}
|
}
|
||||||
close $PRELOAD;
|
close $PRELOAD;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue