Defect/Patch running on MSWin32

From: Kane, Terry <TeKane@radiantsystems.com>
Date: Thu Jan 02 2003 - 16:04:44 GMT

## $Revision$
## $Date$
## $Author$

"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.
Received on Mon Jan 6 09:05:56 2003

This archive was generated by hypermail 2.1.8 : Sun Nov 07 2004 - 12:14:46 GMT