Skip Menu |

This queue is for tickets about the I18N-Langinfo-Wide CPAN distribution.

Report information
The Basics
Id: 92824
Status: resolved
Priority: 0/
Queue: I18N-Langinfo-Wide

People
Owner: Nobody in particular
Requestors: khw [...] cpan.org
Cc:
AdminCc:

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



Subject: [perl #120943] Perl5 blead causes a test failure in POSIX-Wide.t
POSIX-Wide.t looks at the members of localeconv, and treats unrecognized ones as numeric ('binary' in the test's terminology), but, if one of those is valid utf8, it fails. The member 'thousands_sep' is unknown to this test, and when so is considered binary, but it also should be valid utf8, as it is really a string. The solution is to make this member known to this test. The attached patch does this
Subject: patch
Download patch
application/octet-stream 659b

Message body not shown because it is not plain text.

Thanks. I uploaded a version 8 which should be better. It was missing "positive_sign" too. I think it was only the test which was bad (and it depended on the locale as to whether it went bad).