summaryrefslogtreecommitdiff
path: root/t/io/crlf_through.t
blob: c08099598ef62496298c090dd8b7371d8fabf772 (plain)
1
2
3
4
5
6
7
8
9
10
#!./perl

BEGIN {
    chdir 't' if -d 't';
    @INC = '../lib';
}

no warnings 'once';
$main::use_crlf = 1;
do './io/through.t' or die "no kid script";