make broken threads warning more explicit avoid-broken-threads
Graham Knop [Wed, 17 Sep 2014 08:56:41 +0000 (04:56 -0400)]
t/threads_check.pm

index 2d1ebb2..67f9cb5 100644 (file)
@@ -25,7 +25,12 @@ sub import {
     _skip "threads.pm not installed";
   }
   elsif (system "$^X", '-Mt::threads_check=create') {
-    print STDERR "# threads appear broken on this machine\n";
+    print STDERR <<'END'
+#############################################################################
+# Threads appear broken on this machine.
+# Subsequent test will likely FAIL, due to your environment.
+#############################################################################
+END
   }
 }