diff options
-rw-r--r-- | lib/Time/Local.pm | 2 | ||||
-rwxr-xr-x | lib/Time/Local.t | 2 |
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) }; |