Skip Menu |

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

Report information
The Basics
Id: 51623
Status: open
Priority: 0/
Queue: Net-SSH-Perl

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

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



Subject: "Could not dupe: No such file or directory" issue
There is a problem with the SSH2 part of Net::SSH::Perl. I've written a blog entry about it: http://blog.pebcak.de/archives/898-Patch-for-NetSSHPerl.html There is a patch for that problem attached to that blog entry as well.
On Tue Nov 17 16:10:16 2009, WNEESSEN wrote: Show quoted text
> There is a problem with the SSH2 part of Net::SSH::Perl. I've written a > blog entry about it: > http://blog.pebcak.de/archives/898-Patch-for-NetSSHPerl.html > > There is a patch for that problem attached to that blog entry as well.
There seems to be a fix already but with a small difference. Essentially the difference is the '=' in this: open($dup, "${mode}&$fh") # since v1.33 open($dup, "${mode}&=$fh") # proposed in said blog entry Can someone tell me whether this ticket is about the '=' or about the original 3-args vs. 2-args open()? I am about to add the "=" as I understand "perldoc -f open" this way but I am unsure. Kind regards, Steffen -- Steffen Schwigon <ss5@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/>