Thu Jun 03 11:11:50 2010steve.p.johnson [...] nokia.com - Ticket created
Subject:
Comparison with Win32 not MSWin32
Date:
Thu, 3 Jun 2010 17:09:24 +0200
To:
<bug-Term-Cap [...] rt.cpan.org>
From:
<steve.p.johnson [...] nokia.com>
In version 1.12, line 799 there is a test if ( $^O eq 'Win32' ). This is wrong and will never be true, as the string for Windows is 'MSWin32'. A correct comparison is done elsewhere in the package.
Steve
Sat Oct 26 13:21:12 2013jns [...] gellyfish.co.uk - Correspondence added
On Thu Jun 03 11:11:50 2010, steve.p.johnson@nokia.com wrote:
Show quoted text
> In version 1.12, line 799 there is a test if ( $^O eq 'Win32' ).
> This is wrong and will never be true, as the string for Windows is
> 'MSWin32'. A correct comparison is done elsewhere in the package.
>
> Steve