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