Upgrade to Time::Local 1.17
Rafael Garcia-Suarez [Fri, 26 Jan 2007 09:17:56 +0000 (09:17 +0000)]
p4raw-id: //depot/perl@29994

lib/Time/Local.pm
lib/Time/Local.t

index d80d6c8..d7fe023 100644 (file)
@@ -7,7 +7,7 @@ use strict;
 use integer;
 
 use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK );
-$VERSION   = '1.16';
+$VERSION   = '1.17';
 
 @ISA       = qw( Exporter );
 @EXPORT    = qw( timegm timelocal );
index bba6796..22138cf 100755 (executable)
@@ -168,7 +168,7 @@ for my $p (@years) {
 
 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) };