]> git.imager.perl.org - imager.git/commitdiff
should use binmode
authorTony Cook <tony@develop=help.com>
Mon, 10 Sep 2001 07:11:15 +0000 (07:11 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 10 Sep 2001 07:11:15 +0000 (07:11 +0000)
t/t106tiff.t

index 44695c666b673a0201e2f7c93086ee09e169b51b..c5a6e6cbc9468ec0f4feb5170ee2ddbeaefb1757 100644 (file)
@@ -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>;