From: Gurusamy Sarathy Date: Sun, 24 Oct 1999 09:28:24 +0000 (+0000) Subject: @INC needs ../lib X-Git-Tag: perl-5.6.0~904 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/04c29d09afec9ef8d03486a2dbccb8c99ffe92e9 @INC needs ../lib p4raw-id: //depot/perl@4430 --- diff --git a/t/op/int.t b/t/op/int.t index c01c12a..98c1a75 100755 --- a/t/op/int.t +++ b/t/op/int.t @@ -1,5 +1,10 @@ #!./perl +BEGIN { + chdir 't' if -d 't'; + unshift @INC, '../lib'; +} + print "1..6\n"; # compile time evaluation