Subject: | IO::Socket::INET configuration fail |
perl v5.8.7 built for MSWin32-x86-multi-thread
Binary build 813
core.t fails on first test. Patched test to emit diagnostic message
(TAP-compatible) with $SSL_ERROR.
Error is "IO::Socket::INET configuration
failederror:00000000:lib(0):func(0):reason(0)"
error appears in IO::Socket::INET at
defined $sock->blocking($arg->{Blocking})
or return _error($sock, $!, "$!");
-------
Alexandr Ciornii, http://chorny.net
Subject: | core.t.patch |
*** core.t.orig Wed Jul 19 23:07:30 2006
--- core.t Wed Jul 19 23:03:36 2006
***************
*** 65,70 ****
--- 65,71 ----
if (!$server) {
print "not ok\n";
+ print "#Error: $SSL_ERROR\n";
exit;
}
&ok("Server Initialization");