Subject: | --pattern doesn't work with --recurse in list_dir |
--pattern doesn't filter files found in recursion
Perhaps the bug's in the recursive part of list_dir, which doesn't pass
--pattern
my(@lsts) = $this->list_dir
(
$dirs[$i],
'--with-paths', '--dirs-as-ref',
'--files-as-ref', '--recursing',
'--no-fsdots', '--max-dives=' . $maxd
);
perl -v
This is perl, v5.8.9 built for darwin-2level
uname -a
Darwin LSKI1167.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23
18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386