[patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
[p5sagit/p5-mst-13.2.git] / t / op / method.t
index d2f1300..be4df75 100755 (executable)
@@ -4,6 +4,11 @@
 # test method calls and autoloading.
 #
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
+
 print "1..53\n";
 
 @A::ISA = 'B';