Password authentication hangs on Unix (solaris).
This code:
if (waitpid $child, 64 > 0) {
has a precedence problem.
Should be:
if (waitpid($child, 64) > 0) {
This queue is for tickets about the Net-SFTP-Foreign CPAN distribution.
The Basics
People
|
Bug Information
|