Skip Menu |

This queue is for tickets about the Locales CPAN distribution.

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

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

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



Subject: 0.19: Add reminder about % and negatives to the comment regarding negatives in get_plural_form()
# This negative value behavior makes sense but is not defined either way in the CLDR. # We've asked for clarification via http://unicode.org/cldr/trac/ticket/4049 + # If CLDR introduces negatives then the rule parser needs to factor in perl's modulus-on- negative-values behavior my $abs_n = abs($n); # negatives keep same category as positive