Skip Menu |

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

Report information
The Basics
Id: 63102
Status: new
Priority: 0/
Queue: Net-SCP-Expect

People
Owner: Nobody in particular
Requestors: dusaint [...] vmware.com
Cc:
AdminCc:

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



Subject: Empty password disallowed
Date: Wed, 17 Nov 2010 19:53:52 -0800
To: bug-Net-SCP-Expect [...] rt.cpan.org
From: Jon duSaint <dusaint [...] vmware.com>
In version 0.16, if an empty password is specified, $scp->scp fails with this message: No password or identity file. Can't scp at <file:line>. Changing line 168 to: croak("No password or identity file. Can't scp") unless defined($password) || $identity_file; fixes this. Thanks, --Jon