Skip Menu |

This queue is for tickets about the Lingua-Translit CPAN distribution.

Report information
The Basics
Id: 50613
Status: resolved
Priority: 0/
Queue: Lingua-Translit

People
Owner: ALINKE [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc: demerphq [...] gmail.com
AdminCc:

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



CC: demerphq [...] gmail.com
Subject: perl 5.11 breaks this module in revision ba9ac175
I did a bisect on bleadperl to find the culprit at commit ba9ac1759cb6e7a5e6883c85edd0b450061b5ccb. This is no surprise because bleadperl is about to change some areas of Unicode support. Yves, you may want to watch this module because it has a testsuite that may be relevant. Alex, you may want to watch bleadperl carefully and see how you can write your code in a forward and backward compatible way. I'm just the messanger, you don't have to shoot me to fix this bug or feature:) Best,
Thanks for the report. This issue will be fixed in the 0.15 release.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #50613] perl 5.11 breaks this module in revision ba9ac175
Date: Mon, 19 Oct 2009 10:47:32 +0200
To: bug-Lingua-Translit [...] rt.cpan.org
From: demerphq <demerphq [...] gmail.com>
2009/10/19 Alex Linke via RT <bug-Lingua-Translit@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=50613 > > > Thanks for the report. > > This issue will be fixed in the 0.15 release.
Please dont be too aggressive to track changes in blead right now. Regexes will probably be a bit unstable for the next months and id hate to see you make a lot of changes and then have it turn out you didnt need to. Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"
Thanks for the hint! It turned out that switching from POSIX character classes to named Unicode properties "solves" this issue. I included the relevant fixes in 0.15 release, which I have uploaded some minutes ago. However, I will keep an eye on the development version of Perl and check Lingua::Translit works as expected once in a while. Kind regards,