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.