The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
[p5sagit/p5-mst-13.2.git] / t / io / crlf_through.t
1 #!./perl
2
3 BEGIN {
4     chdir 't' if -d 't';
5     @INC = '../lib';
6 }
7
8 no warnings 'once';
9 $main::use_crlf = 1;
10 do './io/through.t' or die "no kid script";