Subject: | test script assumes that IO::Socket::IP is installed |
IO::Socket::IP was not installed on my pre-5.20.0 perls.
Test 13 in t/Net-SSH2.t therefore failed on those perls:
not ok 13 - ->sock isa IO::Socket::IP isa IO::Socket::IP
# Failed test '->sock isa IO::Socket::IP isa IO::Socket::IP'
# at t/net-ssh2.t line 75.
# ->sock isa IO::Socket::IP isn't a 'IO::Socket::IP' it's a 'IO::Socket::INET'
Installing IO::Socket::IP allows this test to pass.
I can't find any message during the build indicating that I need to install IO::Socket::IP.
My OS is Windows 7.
Cheers,
Rob