Avoid using pragmata in fold.t - use may not work yet.
Nicholas Clark [Thu, 8 Oct 2009 08:26:01 +0000 (10:26 +0200)]
t/comp/fold.t

index 92a4fbe..6b18212 100644 (file)
@@ -1,12 +1,10 @@
-#!./perl
+#!./perl -w
 
-BEGIN {
-    chdir 't';
-    @INC = '../lib';
-    require './test.pl';
-}
-use strict;
-use warnings;
+require './test.pl';
+
+# Uncomment this for testing, but don't leave it in for "production", as
+# we've not yet verified that use works.
+# use strict;
 
 plan (13);