Skip Menu |

This queue is for tickets about the Term-Cap CPAN distribution.

Report information
The Basics
Id: 58092
Status: resolved
Priority: 0/
Queue: Term-Cap

People
Owner: Nobody in particular
Requestors: steve.p.johnson [...] nokia.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
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
Fixed in https://github.com/jonathanstowe/Term-Cap/commit/4cd579513364e4540fda6d693a2ef95ad5bc32f9