Subject: | Locale problem with Perl 5.21.5 |
Installation fails with these errors
# Failed test 'six digit rounding'
# at t/format_number.t line 16.
# got: '1,234568'
# expected: '1.234568'
# Failed test 'extra zeroes'
# at t/format_number.t line 17.
# got: '1,2300000'
# expected: '1.2300000'
# Failed test 'leading zero'
# at t/format_number.t line 18.
# got: '0,2300000'
# expected: '0.2300000'
# Failed test 'negative with zeros'
# at t/format_number.t line 19.
# got: '-100,0000000'
# expected: '-100.0000000'
# Looks like you failed 8 tests of 10.
It should be noted that this is a Spanish locale and way of writing it. Maybe 5.21 is locale-conscious. 5.20 seems to work without a glitch.