From: Tony Cook Date: Thu, 14 Feb 2019 22:13:25 +0000 (+1100) Subject: binmode the right handle X-Git-Tag: v1.011~9 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/aff302051be6241160190de894e69045dca5f551 binmode the right handle --- diff --git a/t/200-file/010-iolayer.t b/t/200-file/010-iolayer.t index 9e1b56de..38133028 100644 --- a/t/200-file/010-iolayer.t +++ b/t/200-file/010-iolayer.t @@ -897,7 +897,7 @@ SKIP: } close $fh3; open my $fh4, "<", \$foo; - binmode $fh3; + binmode $fh4; my $im3 = Imager->new; SKIP: {