Config is being used.
Jarkko Hietaniemi [Thu, 6 Jul 2000 03:16:04 +0000 (03:16 +0000)]
p4raw-id: //depot/cfgperl@6321

t/op/method.t

index d2f1300..6e25310 100755 (executable)
@@ -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';