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 |
Message body not shown because it is not plain text.