Upgrade to Devel::PPPort 3.08_03
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / t / ppphtest.t
index 02c0619..82ee77e 100644 (file)
@@ -37,9 +37,9 @@ use strict;
 $^W = 1;
 
 BEGIN {
-  if ($ENV{'SKIP_PPPHTEST'}) {
+  if ($ENV{'SKIP_SLOW_TESTS'}) {
     for (1 .. 202) {
-      ok(1);
+      skip("skip: SKIP_SLOW_TESTS", 0);
     }
     exit 0;
   }