> No problem ... this one passes all tests on my Win32 machine ...
Excellent, thanks. As you might have guessed from the profusion of failures, the problem was very minor---the module opens its data file with binmode(), but I forgot to have the test scripts do the same, so when the tests compared the file data with what the module said should be there, it didn't match. Thanks again for helping me with this.
