Subject: | Fails with non-dot radix locales (perl >= 5.22.0) |
If a German locale is in effect (which has a comma instead of a dot as the radix), then t/001_pglite_tests.t fails:
# Failed test 'trunc() - 2-arg form'
# at t/001_pglite_tests.t line 59.
# got: '2,2'
# expected: '2.2'
# Looks like you failed 1 test of 89.
t/001_pglite_tests.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/89 subtests
With LC_ALL=C everything is fine.