Make harness warning-free when running with -Mdiagnostics
[p5sagit/p5-mst-13.2.git] / t / io / crlf_through.t
CommitLineData
93c2c2ec 1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6}
7
8$main::use_crlf = 1;
9do './io/through.t' or die "no kid script";