Skip Menu |

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

Report information
The Basics
Id: 107381
Status: resolved
Priority: 0/
Queue: Net-SSH2

People
Owner: Nobody in particular
Requestors: sisyphus [...] cpan.org
Cc:
AdminCc:

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



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
Subject: Re: [rt.cpan.org #107381] AutoReply: test script assumes that IO::Socket::IP is installed
Date: Wed, 30 Sep 2015 10:13:41 +1000
To: <bug-Net-SSH2 [...] rt.cpan.org>
From: <sisyphus1 [...] optusnet.com.au>
Show quoted text
-----Original Message----- From: Bugs in Net-SSH2 via RT Sent: Monday, September 28, 2015 10:28 PM To: sisyphus@cpan.org Subject: [rt.cpan.org #107381] AutoReply: test script assumes that IO::Socket::IP is installed
> Installing IO::Socket::IP allows this test to pass.
Hmmm ... version 0.37 of IO::Socket::IP isn't installing cleanly with ExtUtils-Constant-0.23 and Socket-2.020 for me. (It initially installed cleanly on 5.16.0, but doesn't now that I've upgraded Socket and EU::C.) It's only test 13 of t/Net-SSH2.t that cares whether the object is IO::Socket::IP or IO::Socket::INET. I therefore suggest that test 13 be altered to accept either type. Cheers, Rob
Fixed on the development version. Thankyou for reporting it!