warn on broken threads rather than skipping
[p5sagit/Devel-GlobalDestruction.git] / t / threads_check.pm
index 176258b..2d1ebb2 100644 (file)
@@ -25,7 +25,7 @@ sub import {
     _skip "threads.pm not installed";
   }
   elsif (system "$^X", '-Mt::threads_check=create') {
-    _skip "threads broken on this machine";
+    print STDERR "# threads appear broken on this machine\n";
   }
 }