Subject: | Test failure under 5.8.0-RC1 |
Hi. I'm testing all my favorite modules in the newly released Perl-5.8.0-RC1. Net::Telnet is failing its third test:
[root@stregar Net-Telnet-3.02]# perl Makefile.PL
Writing Makefile for Net::Telnet
[root@stregar Net-Telnet-3.02]# make
Manifying blib/man3/Net::Telnet.3
[root@stregar Net-Telnet-3.02]# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/select............FAILED test 3
Failed 1/3 tests, 66.67% okay
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------t/select.t 3 1 33.33% 3
Failed 1/1 test scripts, 0.00% okay. 1/3 subtests failed, 66.67% okay.
make: *** [test_dynamic] Error 29