X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fio%2Fcrlf_through.t;h=c08099598ef62496298c090dd8b7371d8fabf772;hb=7de9d14ea5825e7555ec8154a1b3731aa00948b6;hp=3a5522a76ea8dc36160f0c545ff3d41afc588438;hpb=93c2c2ecd9924225ba4c26762e3e59cf95458982;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/io/crlf_through.t b/t/io/crlf_through.t index 3a5522a..c080995 100644 --- a/t/io/crlf_through.t +++ b/t/io/crlf_through.t @@ -5,5 +5,6 @@ BEGIN { @INC = '../lib'; } +no warnings 'once'; $main::use_crlf = 1; do './io/through.t' or die "no kid script";