Upgrade to Time::Local 1.17
[p5sagit/p5-mst-13.2.git] / lib / Time / Local.t
index bba6796..22138cf 100755 (executable)
@@ -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) };