http://qs1969.pair.com?node_id=602177

perlknight has asked for the wisdom of the Perl Monks concerning the following question:

fellow monks I am trying to install IO::Socket::SSL, it's failing the make test stage, see below:
t/nonblock.........FAILED tests 10, 13, 26 + Failed 3/27 tests, 88.89% okay t/readline.........ok + t/sessions.........ok + t/startssl.........ok + t/sysread_write....ok + Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/nonblock.t 27 3 11.11% 10 13 26 Failed 1/11 test scripts, 90.91% okay. 3/175 subtests failed, 98.29% o +kay. make: *** [test_dynamic] Error 29
Does anyone know what the error above mean and how can I resolve it? Most importantly, could I skip it and just do a make install? This is a pre-req to www mechanize, I want to use www mechanize to test a website, loging into it, test a query or two through the website and get some response statistic for it. Thanks.