From: Rafael Garcia-Suarez Date: Fri, 26 Jan 2007 09:17:56 +0000 (+0000) Subject: Upgrade to Time::Local 1.17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5310178993972d771e1e9b8daf388c205488b19;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Time::Local 1.17 p4raw-id: //depot/perl@29994 --- diff --git a/lib/Time/Local.pm b/lib/Time/Local.pm index d80d6c8..d7fe023 100644 --- a/lib/Time/Local.pm +++ b/lib/Time/Local.pm @@ -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 ); diff --git a/lib/Time/Local.t b/lib/Time/Local.t index bba6796..22138cf 100755 --- a/lib/Time/Local.t +++ b/lib/Time/Local.t @@ -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) };