Subject: | Locale-specific error (0.13) |
With a German locale (e.g. LC_ALL=de_DE.UTF-8) the t/Neaf-static.t test fails:
...
# Failed test 'expire date present'
# at t/Neaf-static.t line 24.
# 'Fr, 02 Dez 2016 04:50:21 GMT'
# doesn't match '(?^:\w\w\w, \d.*GMT)'
# Failed test 'expire date present'
# at t/Neaf-static.t line 37.
# 'Fr, 02 Dez 2016 04:50:21 GMT'
# doesn't match '(?^:\w\w\w, \d.*GMT)'
# Looks like you failed 2 tests of 11.
t/Neaf-static.t ................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/11 subtests
...
The test passes with an English or C locale.