Avoid using the strict pragma in retainedlines.t - use may not work yet.
Nicholas Clark [Thu, 8 Oct 2009 08:51:36 +0000 (10:51 +0200)]
t/comp/retainedlines.t

index c66ad74..9d1b40e 100644 (file)
@@ -3,12 +3,12 @@
 # Check that lines from eval are correctly retained by the debugger
 
 BEGIN {
-    chdir 't' if -d 't';
-    @INC = '../lib';
     require "./test.pl";
 }
 
-use strict;
+# Uncomment this for testing, but don't leave it in for "production", as
+# we've not yet verified that use works.
+# use strict;
 
 plan (tests => 65);