From 3eac21f49bc763a6c0044b4afbc0c7ece760144f Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 16 Mar 2002 20:14:30 +0000 Subject: Vendor import Perl 5.6.1 --- contrib/perl5/t/lib/io_unix.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/perl5/t/lib/io_unix.t') diff --git a/contrib/perl5/t/lib/io_unix.t b/contrib/perl5/t/lib/io_unix.t index 247647a..2f6def0 100755 --- a/contrib/perl5/t/lib/io_unix.t +++ b/contrib/perl5/t/lib/io_unix.t @@ -3,7 +3,7 @@ BEGIN { unless(grep /blib/, @INC) { chdir 't' if -d 't'; - unshift @INC, '../lib' if -d '../lib'; + @INC = '../lib'; } } -- cgit v1.1