patch / cldr-number-pm5

Localized number formatters using the Unicode CLDR
https://metacpan.org/pod/CLDR::Number
Other
8 stars 3 forks source link

infinity and NaN are not supported by all perls #44

Closed patch closed 8 years ago

patch commented 8 years ago

Some older perls on some systems don’t support inf and nan. Here are a few failing test reports from CLDR::Number v0.12.

I think we should just test for support in the test file t/inf-nan.t and skip with a diag warning when not supported, as well as documenting that the feature depends on perl’s support for the given system.