Skip Menu |

This queue is for tickets about the Encode-Locale CPAN distribution.

Report information
The Basics
Id: 69256
Status: resolved
Priority: 0/
Queue: Encode-Locale

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

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



Subject: env.t fails on Win32
WinXP SP2, Russian Strawberry Perl 5.14.0 Subroutine Encode::Locale::GetACP redefined at (eval 5) line 2. # Test 8 got: <UNDEF> (t/env.t at line 20) # Expected: "\x{20AC}uro" # t/env.t line 20 is: ok(env("m\xf6ney", "\x{20AC}"), "\x{20AC}uro"); # Test 10 got: "\x80uro" (t/env.t at line 22) # Expected: "\x80" # t/env.t line 22 is: ok($ENV{"m\xf6ney"}, "\x80"); # Test 13 got: <UNDEF> (t/env.t at line 25) # Expected: "1" # t/env.t line 25 is: ok($ENV{"\x80"}, 1); t/env.t .. Failed 3/13 subtests -- Alexandr Ciornii, http://chorny.net
I believe this issue was fixed by <https://github.com/gisle/encode-locale/commit/c2d5b5c8410a50bfb79e23e08904498374547ac8>, but I didn't really have a windows machine available when testing this. Please verify that the new 1.03 release on CPAN works for you.