Timezone-related failures in t/022_build_write.t
The test suite of v0.2.0 fails on all of my smoker systems, probably because of timezone-related problems (all of my smokers are set to either UTC or Europe/Berlin):
# Failed test 'as_string'
# at t/022_build_write.t line 91.
# got: 'Changes history for package Foo::Bar
#
# v0.2.0 2022-12-07T11:13:09+0000
# [Bug fixes]
# - Corrected issue in module Foo::Bar::Baz
#
# [Improvements]
# - Added some goodies
# - Added more cool stuff
#
# v0.1.0 2022-12-06T11:13:09+0000
# - Initial release
#
# For more information, visit https://git.example.com/johndoe/Foo-Bar'
# expected: 'Changes history for package Foo::Bar
#
# v0.2.0 2022-12-07T20:13:09+0900
# [Bug fixes]
# - Corrected issue in module Foo::Bar::Baz
#
# [Improvements]
# - Added some goodies
# - Added more cool stuff
#
# v0.1.0 2022-12-06T20:13:09+0900
# - Initial release
#
# For more information, visit https://git.example.com/johndoe/Foo-Bar'
# Looks like you failed 1 test of 13.
t/022_build_write.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/13 subtests