projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e5c22f
)
binmode the right handle
author
Tony Cook
<tony@develop-help.com>
Thu, 14 Feb 2019 22:13:25 +0000
(09:13 +1100)
committer
Tony Cook
<tony@develop-help.com>
Thu, 14 Feb 2019 22:13:25 +0000
(09:13 +1100)
t/200-file/010-iolayer.t
patch
|
blob
|
blame
|
history
diff --git
a/t/200-file/010-iolayer.t
b/t/200-file/010-iolayer.t
index 9e1b56de58d0db5b7b5bb88256ec9c6cfc02dfce..381330283ced19535ef3327399e2b7de0b9f2050 100644
(file)
--- 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 $fh
3
;
+ binmode $fh
4
;
my $im3 = Imager->new;
SKIP:
{