Subject: | Test 2 fails (off by one hour) |
On some of my freebsd smokers I see the following failure:
...
# Test 2 got: "So 7 Apr 02:00:00 2002" (/home/cpansand/.cpan/build/2019041207/Date-Handler-1.2-PfPoHf/blib/lib/Date/Handler/Test.pm at line 1226)
# Expected: "So 7 Apr 03:00:00 2002"
# /home/cpansand/.cpan/build/2019041207/Date-Handler-1.2-PfPoHf/blib/lib/Date/Handler/Test.pm line 1226 is: ok($date2 + $oneday, $date3);
...
Additionally, there are a lot of
Locale en_US does not seem to be implemented on this system, keeping locale
warnings. Maybe you should use "C" or "POSIX", which should be available everywhere, or something like en_US.UTF-8, which should also available on freebsd systems.