From: Jarkko Hietaniemi Date: Thu, 6 Jul 2000 03:16:04 +0000 (+0000) Subject: Config is being used. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=435227a33b17bfcf5ae6d384a20f5ccde574c19e;p=p5sagit%2Fp5-mst-13.2.git Config is being used. p4raw-id: //depot/cfgperl@6321 --- diff --git a/t/op/method.t b/t/op/method.t index d2f1300..6e25310 100755 --- a/t/op/method.t +++ b/t/op/method.t @@ -4,6 +4,11 @@ # test method calls and autoloading. # +BEGIN { + chdir 't' if -d 't'; + unshift @INC, '../lib' if -d '../lib'; +} + print "1..53\n"; @A::ISA = 'B';