diff options
Diffstat (limited to 'gnu/usr.bin/perl/t/io/crlf_through.t')
-rwxr-xr-x | gnu/usr.bin/perl/t/io/crlf_through.t | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/io/crlf_through.t b/gnu/usr.bin/perl/t/io/crlf_through.t new file mode 100755 index 00000000000..c08099598ef --- /dev/null +++ b/gnu/usr.bin/perl/t/io/crlf_through.t @@ -0,0 +1,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"; |