## $Revision: 1.1 $
## $Date: 2003/01/12 13:50:41 $
## $Author: fluffy $
"binmode LOG_SOURCE" is deadly on Windows platforms running newer versions
of ActiveState perl.
The following change clears up the issue.
%usermap = &maybe_read_user_map_file ();
>> $^O =~ /MSWin/ and $/ = "\r\n";
while (<LOG_SOURCE>)
{
>> chomp;
# If on a new file and don't see filename, skip until we find it, and
# when we find it, grab it.
This archive was generated by hypermail 2.1.3 : Sun Jan 12 2003 - 13:36:02 GMT