Skip Menu |

This queue is for tickets about the Date-Handler CPAN distribution.

Report information
The Basics
Id: 129140
Status: new
Priority: 0/
Queue: Date-Handler

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.2
Fixed in: (no value)



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.