Subject: | Tests fail (with latest DateTime::Locale?) |
If DateTime::Locale 1.01 is installed, then the test suite fails:
# Failed test 'locale key as $DateTime obj format_duration()'
# at t/01.methods.t line 63.
# got: '1 minute and 3 seconds'
# expected: '1 minute et 3 seconds'
# Failed test 'locale key as $DateTime->{'locale'} format_duration()'
# at t/01.methods.t line 64.
# got: '1 minute and 3 seconds'
# expected: '1 minute et 3 seconds'
# Failed test 'Object's locale used in format_duration_between()'
# at t/01.methods.t line 65.
# got: '1 minute and 1 second'
# expected: '1 minute et 1 seconde'
# Looks like you failed 3 tests of 30.
t/01.methods.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/30 subtests
(1 TODO test unexpectedly succeeded)
# Failed test at t/02.array.t line 19.
# got: 'in 1 minute'
# expected: '1mi ago'
# Failed test at t/02.array.t line 20.
# got: '1 minute ago'
# expected: 'in 1mi'
# Looks like you failed 2 tests of 2.
t/02.array.t ....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests