> > > On Win32 (perl -V is below), 'nmake test' hangs .... Running > > the tests manually gives: > > Thanks. I'll try it out on a Win32 machine tomorrow and try to see > what the problem is.
Thanks again. I think the problem with the tests was simply that the ..t files had forgotten to set 'binmode' on the filehandles they were using to cross-check the data files against the data read by the module itself. With these corrections, the tests all pass on the XP machine I am using here. Can you please obtain Tie::File 0.13 from CPAN or from http://perl.plover.com/TieFile/Tie-File-0.13.tar.gz and let me know if the problems are still there? Thanks very much.