Hi, Time::Local 1.14 is broken on Win32. You removed a test but forgot
to decrease a skip count.

Kenichi

--- Local.t     2007-01-22 22:06:35.359375000 +0900
+++ Local.t.patched     2007-01-22 22:16:27.187500000 +0900
@@ -168,7 +168,7 @@

SKIP:
{
-    skip 'this platform does not support negative epochs.', 2
+    skip 'this platform does not support negative epochs.', 1
        unless $neg_epoch_ok;

    eval { timegm(0,0,0,29,1,1904) };


2007/1/22, Dave Rolsky <[EMAIL PROTECTED]>:
1.14    2007-01-21

- Fixed leap year check to produce the right answer for years outside
   of the 32-bit epoch range (such as 1900 and 2100). See rt.perl.org
   #31241. Reported by Nathan Zook.



-dave

/*===================================================
VegGuide.Org                        www.BookIRead.com
Your guide to all that's veg.       My book blog
===================================================*/

Reply via email to