From: Nicholas Clark Date: Thu, 8 Oct 2009 08:26:01 +0000 (+0200) Subject: Avoid using pragmata in fold.t - use may not work yet. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2eaa221022c8a9ff79fb91fbe7a3e44eeaebff21;p=p5sagit%2Fp5-mst-13.2.git Avoid using pragmata in fold.t - use may not work yet. --- diff --git a/t/comp/fold.t b/t/comp/fold.t index 92a4fbe..6b18212 100644 --- a/t/comp/fold.t +++ b/t/comp/fold.t @@ -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);