Subject: | Bug report in Net::SSH2 |
Date: | Fri, 23 Nov 2007 18:23:09 +0530 |
To: | bug-Net-SSH2 [...] rt.cpan.org |
From: | Srinivas N <srinivasn [...] softential.com> |
Hi,
I have been testing / using Net::SSH2 Perl module.
When we are using "connect" method to poll to remote system, it is
simpling exiting when the system is not reachable. We face this problem
when we embed the Perl script with CGI page. We are not able to catch
the error while it exits.
We have observed that in SSH2.pm file in poll subroutine it is croak
instead of return, which should return the status of the poll.
Hope you understand my concern and try to rectify this error soon.
Thanks,
Srinivas.