summaryrefslogtreecommitdiff
path: root/lib/Time/Local.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Time/Local.t')
-rwxr-xr-xlib/Time/Local.t2
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) };