Skip Menu |

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

Report information
The Basics
Id: 52750
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: Net-SFTP-Foreign

People
Owner: salva [...] cpan.org
Requestors: peter [...] dragonstaff.co.uk
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 1.56_04
  • 1.56_05
Fixed in: (no value)



The mkpath() function calls _normalize_path() but this is commented out and so fails with a Perl error. As a workaround I have amended my local copy of Net/SFTP/Foreign.pm with sub _normalize_path { return shift }
Subject: mkpath regression
On Mon Dec 14 06:16:30 2009, PEDWARDS wrote: Show quoted text
> The mkpath() function calls _normalize_path() but this is commented out > and so fails with a Perl error. > > As a workaround I have amended my local copy of Net/SFTP/Foreign.pm with > > sub _normalize_path { return shift }
Hi, Version 1.56_06 that I have just uploaded to CPAN solves the bug. Thank you for reporting it!