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