perl/t/io/crlf_through.t
Steve Peters 1031ca5cb2 Clean up some test files.
p4raw-id: //depot/perl@25967
2005-11-03 02:09:30 +00:00

11 lines
152 B
Perl

#!./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";