Skip Menu |

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

Report information
The Basics
Id: 108658
Status: resolved
Priority: 0/
Queue: Net-SFTP-Foreign

People
Owner: Nobody in particular
Requestors: boris.hartwig [...] gmail.com
Cc:
AdminCc:

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



Subject: Small Bug (and proposed fix) in Net::SFTP::Foreign 1.79
Date: Tue, 10 Nov 2015 13:42:21 +0100
To: bug-Net-SFTP-Foreign [...] rt.cpan.org
From: Boris Hartwig <boris.hartwig [...] gmail.com>
module Net::SFTP::Foreign version 1.79 perl version 5.12.4 OS: Ubuntu Linux 32bit error: Line 1721: $sftp->_mkpath_local($local, $perm|0700, 1) if $mkpath; should be: $sftp->_mkpath_local($local, $*open_*perm|0700, 1) if $mkpath; In line 1719 my $open_perm = (defined $perm ? $perm : 0666); you explicitely assume that $perm might be undefined (which just happened to me), but you actually don't use the variable $open_perm anymore. Otherwise: Great job! All the best Boris -- Boris Hartwig boris.hartwig@gmail.com (private) bh@ampcap.com (corporate) In der Halden 18 8909 Zwillikon, ZH Switzerland +41-(0)41-780 97 40 (private) +41-(0)41-747 15 76 (office) +41-(0)76-771 01 81 (mobile)
Fixed in 1.80_01: https://metacpan.org/release/SALVA/Net-SFTP-Foreign-1.80_01 Thank you for reporting it!
Subject: Re: [rt.cpan.org #108658] Small Bug (and proposed fix) in Net::SFTP::Foreign 1.79
Date: Tue, 10 Nov 2015 15:24:52 +0100
To: bug-Net-SFTP-Foreign [...] rt.cpan.org
From: Boris Hartwig <boris.hartwig [...] gmail.com>
Gracias! La tuya fue la respuesta más rápida que jamás he recibido sobre un error por el estilo. Cordiales saludos Boris Am 10/11/2015 um 15:08 schrieb Salvador Fandino Garcia via RT: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=108658 > > > Fixed in 1.80_01: > > https://metacpan.org/release/SALVA/Net-SFTP-Foreign-1.80_01 > > > Thank you for reporting it! > >
-- Boris Hartwig boris.hartwig@gmail.com (private) bh@ampcap.com (corporate) In der Halden 18 8909 Zwillikon, ZH Switzerland +41-(0)41-780 97 40 (private) +41-(0)41-747 15 76 (office) +41-(0)76-771 01 81 (mobile)