Skip Menu |

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

Report information
The Basics
Id: 120137
Status: resolved
Priority: 0/
Queue: Locale-TextDomain-OO

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

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



Subject: Fails with bleadperl now, will fail with 5.26.0
As per subject. Since commit https://perl5.git.perl.org/perl.git/commit/6cdc5cd perl demands more wellformedness from perl programs using the utf8 pragma . Master ticket cross reference: https://rt.perl.org/Ticket/Display.html?id=130641. Sample fail report: http://www.cpantesters.org/cpan/report/38086cda-e2da-11e6-8677-e33b650951c7 If you believe this is an error in bleadperl, please let perl5-porters@perl.org know and make sure the subject line contains the string [perl #130641] Thanks&&Regards,
On 2017-02-07 06:31:14, ANDK wrote: Show quoted text
> As per subject. Since commit > https://perl5.git.perl.org/perl.git/commit/6cdc5cd perl demands more > wellformedness from perl programs using the utf8 pragma . Master > ticket cross reference: > https://rt.perl.org/Ticket/Display.html?id=130641. Sample fail report: > > http://www.cpantesters.org/cpan/report/38086cda-e2da-11e6-8677-e33b650951c7 > > If you believe this is an error in bleadperl, please let > perl5-porters@perl.org know and make sure the subject line contains > the string > > [perl #130641] >
Still fails with Locale-TextDomain-OO-1.024.
The problem was a test with ISO-8859-1 data. This was compared with a plain text in t file with use utf8 on top. The sulution was, to encode the t file to ISO-8859-1 and remove the use utf-8.