Skip to content

Commit

Permalink
missing binmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Cook committed Sep 10, 2001
1 parent 9572a46 commit 198a099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Imager/t/t106tiff.t
Expand Up @@ -67,6 +67,7 @@ if (!i_has_format("tiff")) {
my $tiffdata = Imager::io_slurp($IO);

open(FH,"testout/t106.tiff");
binmode FH;
my $odata;
{ local $/;
$odata = <FH>;
Expand Down

0 comments on commit 198a099

Please sign in to comment.