[inseparable changes from match from perl-5.003_97 to perl-5.003_97a]
[p5sagit/p5-mst-13.2.git] / t / lib / io_tell.t
index f45d21e..d8ebae2 100755 (executable)
@@ -27,7 +27,7 @@ print "1..13\n";
 use IO::File;
 
 $tst = IO::File->new("$tell_file","r") || die("Can't open $tell_file");
-
+binmode $tst if $^O eq 'MSWin32';
 if ($tst->eof) { print "not ok 1\n"; } else { print "ok 1\n"; }
 
 $firstline = <$tst>;