Skip Menu |

This queue is for tickets about the Calendar-Simple CPAN distribution.

Report information
The Basics
Id: 32320
Status: resolved
Priority: 0/
Queue: Calendar-Simple

People
Owner: DAVECROSS [...] cpan.org
Requestors: DAVECROSS [...] cpan.org
Cc:
AdminCc:

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



Subject: Test failure with 64-bit Perl
There's a test in no_dt.t which checks that Calendar::Simple throws an exception if you use a year greater than 2038 on systems that don't have DateTime installed. This is only true on 32 bit systems that don't have DateTime installed. A version of Perl compiled for 64 bit won't have the problem and therefore won't throw the exception. Need to check for 64 bit version of Perl before running that test. See http://www.nntp.perl.org/group/perl.cpan.testers/2008/01/msg952540.html for an example of this problem.
Fixed in 1.19.