summaryrefslogtreecommitdiff
path: root/lib/Time
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-26 09:17:56 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-26 09:17:56 +0000
commitc5310178993972d771e1e9b8daf388c205488b19 (patch)
tree9bc41a21831553a3e519c3d00ccdef79451fc103 /lib/Time
parent2fa62f6675d9a740da5d4e8530030bb9dd10e689 (diff)
downloadperl-c5310178993972d771e1e9b8daf388c205488b19.tar.gz
Upgrade to Time::Local 1.17
p4raw-id: //depot/perl@29994
Diffstat (limited to 'lib/Time')
-rw-r--r--lib/Time/Local.pm2
-rwxr-xr-xlib/Time/Local.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Time/Local.pm b/lib/Time/Local.pm
index d80d6c8e2a..d7fe0232ad 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 bba67963fc..22138cfc0e 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) };