Skip Menu |

This queue is for tickets about the Net-Telnet CPAN distribution.

Report information
The Basics
Id: 14667
Status: rejected
Priority: 0/
Queue: Net-Telnet

People
Owner: Nobody in particular
Requestors: jdhedden [...] 1979.usna.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: select.t fails under upcoming 5.8.8
make test for Net::Telnet will fail under 5.8.8 due to improper coding of select test. The test should be changed to: eval { $nfound = select($bitmask, undef, undef, 0) };
The test does succeed with the released version of perl 5.8.8. An empty string is used to be compatible with earlier versions of Activestate perl which doesn't support undef.