This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor podcheck.t to slurp files into scalars, instead of an array of lines.
[perl5.git] / t / io / crlf_through.t
CommitLineData
93c2c2ec
IZ
1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6}
7
1031ca5c 8no warnings 'once';
93c2c2ec
IZ
9$main::use_crlf = 1;
10do './io/through.t' or die "no kid script";