Fri Aug 26 10:51:29 2011: Request 66751 was acted upon.
Transaction: Correspondence added by toni.andjelko...@s-itsolutions.at
Queue: Win32
Subject: Re: [rt.cpan.org #66751] make test fails on cygwin
Broken in: 0.44
Severity: Normal
Owner: Nobody
Requestors: br...@minton
Sat Aug 27 02:58:26 2011: Request 66751 was acted upon.
Transaction: Correspondence added by rur...@x-ray.at
Queue: Win32
Subject: Re: [rt.cpan.org #66751] make test fails on cygwin
Broken in: 0.44
Severity: Normal
Owner: Nobody
Requestors: br...@minton.name
Status
The test fails because readdir() on Cygwin returns a scalar containing UTF8,
but it does not set the scalar's UTF-8 flag. It helps to set the flag
explicitely:
--- t/Unicode.t.bak 2011-08-26 16:37:11.483644100 +0200
+++ t/Unicode.t 2011-08-26 16:45:10.802566000 +0200
@@ -1,5 +1,6 @@
use stric
2011/8/26 Andjelkovic Toni RBS sIT :
> The test fails because readdir() on Cygwin returns a scalar containing UTF8,
> but it does not set the scalar's UTF-8 flag. It helps to set the flag
> explicitely:
Yes, on cygwin >= 1.7 only.
I skipped that test on my cygwin github branch for CORE in
cpan/Wi