Skip Menu |

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

Report information
The Basics
Id: 34737
Status: new
Priority: 0/
Queue: Net-SFTP-Recursive

People
Owner: Nobody in particular
Requestors: artur.oliveira [...] gmail.com
Cc:
AdminCc:

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



Subject: Problems with file_pat filter
Using this module with file_pat option i discovered there was a typo in Recursive.pm Bellow is the diff between the original and the changed file. 287c287 < next if $fp && $fn !~ /$fp/; --- Show quoted text
> next if $fp && $fp !~ /$fp/;
399c399 < next if $fp && $fn !~ /$fp/; --- Show quoted text
> next if $fp && $fp !~ /$fp/;
The problem exists both in rget and rput