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

index 122e33e..faa5e77 100644 (file)
@@ -7,12 +7,9 @@
 #      -- Robin Barker <rmb@cise.npl.co.uk>
 #
 
-BEGIN {
-    chdir 't' if -d 't';
-    @INC = '../lib';
-}
-
-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;
 
 $_ = '';       # to avoid undef warning on m// etc.