Subject: | t/Number.t may fail (-Duselongdouble?) |
On a system where perl is compiled with increased floating point accuracy (the configuration option -Duselongdouble) the test suite fails:
...
# Failed test '8.00 RUR'
# at t/Number.t line 71.
# got: 'семь рублей ноль копеек'
# expected: 'восемь рублей ноль копеек'
# Failed test '8.90 RUR'
# at t/Number.t line 71.
# got: 'семь рублей девяносто копеек'
# expected: 'восемь рублей девяносто копеек'
# Looks like you failed 2 tests of 14.
t/Number.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/14 subtests
...