From: Rafael Garcia-Suarez Date: Fri, 11 Mar 2005 17:47:41 +0000 (+0000) Subject: Add standard core test headers to the Class::ISA new tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=011f492532dd36cd0b5dc4c06613829bf20b535a;p=p5sagit%2Fp5-mst-13.2.git Add standard core test headers to the Class::ISA new tests p4raw-id: //depot/perl@24027 --- diff --git a/lib/Class/ISA/t/00_about_verbose.t b/lib/Class/ISA/t/00_about_verbose.t index 0bbdbc2..edc3023 100644 --- a/lib/Class/ISA/t/00_about_verbose.t +++ b/lib/Class/ISA/t/00_about_verbose.t @@ -1,3 +1,7 @@ +BEGIN { + chdir 't' if -d 't'; + @INC = '../lib'; +} require 5; # Time-stamp: "2004-12-29 20:57:15 AST" diff --git a/lib/Class/ISA/t/01_old_junk.t b/lib/Class/ISA/t/01_old_junk.t index aaf03ca..8afe373 100644 --- a/lib/Class/ISA/t/01_old_junk.t +++ b/lib/Class/ISA/t/01_old_junk.t @@ -1,3 +1,7 @@ +BEGIN { + chdir 't' if -d 't'; + @INC = '../lib'; +} # Time-stamp: "2004-12-29 19:59:33 AST"