Skip Menu |

This queue is for tickets about the DBD-PO CPAN distribution.

Report information
The Basics
Id: 87873
Status: open
Priority: 0/
Queue: DBD-PO

People
Owner: STEFFENW [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.10
Fixed in: (no value)



Subject: Bleadperl v5.19.2-257-gc30fc27 fixes a bug in perl which DBD::PO relies on
As per subject. The relevant ticket where this fact was discovered is https://rt.perl.org/rt3//Public/Bug/Display.html?id=119125 The patch to fix the problem for both old and new perls should be: --- lib/DBD/PO/Locale/PO.pm~ 2009-12-31 09:12:22.000000000 +0100 +++ lib/DBD/PO/Locale/PO.pm 2013-08-15 14:16:38.713963789 +0200 @@ -288,7 +288,7 @@ ## use critic (InterpolationOfLiterals) ); $string =~ s{ - ( [^ !#$%&'()*+,\-.\/0-9:;<=>?@A-Z\[\]\^_`a-z{|}~] ) + ( [^ !#\$%&'()*+,\-.\/0-9:;<=>?@A-Z\[\]\^_`a-z{|}~] ) }{ ord $1 < 0x80 ? ( @@ -995,4 +995,4 @@ you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut Unfortunately I haven't tested it because all my smoker currently report FAIL on DBD-PO-2.10. HTH && Regards,
This was broken after change of DBI interface. At the moment I am working on Locale::TextDomain::OO and helper module. If that helper modules have been compleately finished and excellent running in a project of my current work a new Version of DBD::PO and DBD::MO is my plan.