Skip Menu |

This queue is for tickets about the Locales CPAN distribution.

Report information
The Basics
Id: 91549
Status: resolved
Priority: 0/
Queue: Locales

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

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



Subject: get_formatted_decimal() using wrong group seperator sometimes
$ perl -MLocales -le 'print Locales->new("de")->get_formatted_decimal(23457.234)' 23,457,234 should be 23.457,234 (de does have the data) looks to be related to ,/. mis-logic since it is working: perl -MLocales -le 'print Locales->new("fr")->get_formatted_decimal(23457.234)' 23 457,234 ditto without decimal place
resolved upstream 6d677384. will be in next release!