ANNOUNCE: DateTime 0.1601

2003-08-14 Thread Dave Rolsky
0.1601  2003-08-07

[ BUG FIXES ]

- On platforms like Win32, where we can't find a finite() or
isfinite() function/macro, the DateTime::LeapSecond code wasn't being
loaded, so many tests failed.  Reported by Ron Hill.



Thanks, Ron.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


[Test Report] RE: ANNOUNCE: DateTime 0.1601

2003-08-07 Thread Hill, Ronald
Hi Dave,

 0.1601  2003-08-07
 
 [ BUG FIXES ]
 
 F:\perl_modules\DateTime-0.1601nmake test
[snipped]
All tests successful, 4 subtests skipped.
Files=26, Tests=1455, 12 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00
CPU)

Looks good :)

Ron Hill