Subject: | timezone-related failure of t/last_mod.t |
t/last_mod.t fails if the timezone is not UTC:
$ env TZ=Europe/Berlin perl5.18.2 -Mblib t/last_mod.t
...
not ok 28
# Failed test at t/last_mod.t line 118.
not ok 29
# Failed test at t/last_mod.t line 119.
1..29
# Looks like you failed 2 tests of 29.
$ env TZ=UTC perl5.18.2 -Mblib t/last_mod.t
...
1..29