Add standard core test headers to the Class::ISA new tests
Rafael Garcia-Suarez [Fri, 11 Mar 2005 17:47:41 +0000 (17:47 +0000)]
p4raw-id: //depot/perl@24027

lib/Class/ISA/t/00_about_verbose.t
lib/Class/ISA/t/01_old_junk.t

index 0bbdbc2..edc3023 100644 (file)
@@ -1,3 +1,7 @@
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
 
 require 5;
 # Time-stamp: "2004-12-29 20:57:15 AST"
index aaf03ca..8afe373 100644 (file)
@@ -1,3 +1,7 @@
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
 
 # Time-stamp: "2004-12-29 19:59:33 AST"