Kenichi
diff -ur Time-Local-1.16/t/Local.t Time-Local-1.16-patched/t/Local.t
--- Time-Local-1.16/t/Local.t 2007-01-24 11:59:24.000000000 +0900
+++ Time-Local-1.16-patched/t/Local.t 2007-01-25 11:34:23.312500000 +0900
@@ -168,7 +168,7 @@
SKIP:
{
- skip 'this platform does not support negative epochs.', 1
+ skip 'this platform does not support negative epochs.', 6
unless $neg_epoch_ok;
eval { timegm(0,0,0,29,1,1900) };
2007/1/24, Dave Rolsky <autarch@urth.org>:
If you upgraded to 1.14 or 1.15 you should probably upgrade to 1.16, since
the last two releases are fairly broken.
1.16 2007-01-23
- The leap year fix in 1.14 was pretty broken, as it checked after
converting the year to Perl's internal (year - 1900) format.
I hate this (year - 1900) crap, I really do.
-dave
/*===================================================
VegGuide.Org www.BookIRead.com
Your guide to all that's veg. My book blog
===================================================*/
the last two releases are fairly broken.
1.16 2007-01-23
- The leap year fix in 1.14 was pretty broken, as it checked after
converting the year to Perl's internal (year - 1900) format.
I hate this (year - 1900) crap, I really do.
-dave
/*===================================================
VegGuide.Org www.BookIRead.com
Your guide to all that's veg. My book blog
===================================================*/