This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make harness warning-free when running with -Mdiagnostics
[perl5.git] / t / io / crlf_through.t
1 #!./perl
2
3 BEGIN {
4     chdir 't' if -d 't';
5     @INC = '../lib';
6 }
7
8 $main::use_crlf = 1;
9 do './io/through.t' or die "no kid script";