mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
11 lines
152 B
Perl
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";
|