warn on broken threads rather than skipping
Graham Knop [Wed, 17 Sep 2014 08:42:43 +0000 (04:42 -0400)]
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";
   }
 }