Subject: | t/*ssl.t tests hang (in ldap environments?) |
Just in case you're wondering about fail reports like this one: http://www.cpantesters.org/cpan/report/02a927a4-a358-11e5-87a3-5bb6dfbfc7aa (and I see the same failures with libnet-3.08): this is very probably the same problem as https://rt.perl.org/Public/Bug/Display.html?id=121755 .
It's possible to workaround the problem by putting a
$SIG{PIPE}='IGNORE';
at the top of the affected test files (but I am not really proposing this as a fix).