Change 29994 by [EMAIL PROTECTED] on 2007/01/26 09:17:56
Upgrade to Time::Local 1.17
Affected files ...
... //depot/perl/lib/Time/Local.pm#41 edit
... //depot/perl/lib/Time/Local.t#21 edit
Differences ...
==== //depot/perl/lib/Time/Local.pm#41 (text) ====
Index: perl/lib/Time/Local.pm
--- perl/lib/Time/Local.pm#40~29940~ 2007-01-24 03:02:24.000000000 -0800
+++ perl/lib/Time/Local.pm 2007-01-26 01:17:56.000000000 -0800
@@ -7,7 +7,7 @@
use integer;
use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION = '1.16';
+$VERSION = '1.17';
@ISA = qw( Exporter );
@EXPORT = qw( timegm timelocal );
==== //depot/perl/lib/Time/Local.t#21 (xtext) ====
Index: perl/lib/Time/Local.t
--- perl/lib/Time/Local.t#20~29940~ 2007-01-24 03:02:24.000000000 -0800
+++ perl/lib/Time/Local.t 2007-01-26 01:17:56.000000000 -0800
@@ -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) };
End of Patch.