diff options
Diffstat (limited to 'lib/Time/Local.t')
-rwxr-xr-x | lib/Time/Local.t | 2 |
1 files changed, 1 insertions, 1 deletions
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) }; |