MS-DOS patches to perl.
Apply this patch to the standard perl source, version 4, patch level 19,
using "patch -p."  Do this in the root directory of the perl source
distribution.

You can cat all these patches together and pipe the output to patch -p.

Len Reed
Holos Software, Inc.
..!gatech!holos0!lbr
holos0!lbr@gatech.edu
--------------------------------------
*** t/io/tell.t.old	Tue Apr 23 23:48:44 1991
--- t/io/tell.t	Thu Nov 14 08:57:10 1991
***************
*** 6,12 ****
  
  $TST = 'tst';
  
! open($TST, '../Makefile') || (die "Can't open ../Makefile");
  
  if (eof(tst)) { print "not ok 1\n"; } else { print "ok 1\n"; }
  
--- 6,12 ----
  
  $TST = 'tst';
  
! open($TST, '../doio.c') || (die "Can't open ../doio.c");
  
  if (eof(tst)) { print "not ok 1\n"; } else { print "ok 1\n"; }
  
