on 11/14/01 4:45 PM, Jim Cooper at [EMAIL PROTECTED] wrote: > I have installed Bundle Libnet, but never saw that error.(don't remember) > Data::Dumper is up to date. > Net::Telnet is up to date. > Running install for module Net::Cmd > > however with libnet-1.09 i am seeing that error also. > t/config............Got: '0' > Expected: '-1' > main t/config.t 24 > t/config............FAILED test 4 > > > There are some errors that occur as I recall when the ftp server won't > take an anonymous user... however the package seems to work.
What you see is the short form of the error message. If you turn off the test harness and run t/config.t you get the message that I reported. Fundamentally, Socket.pm is screwing up and returning a defined value when it should return an undefined value. Definitely a problem.
