Subject: | modified / accessed / changed rules not use args |
File::Find::Rule->file()->changed("<40")->in("/some/folder");
Should give files changed up to 40 days, but doesn't do it because
"changed" rule not use args.
Small diff that fixes it ( File/Find/Rule.pm ):
220c220
< code => "' . $test . ' \$_",
---
Show quoted text
> code => "' . $test . ' \$_ "'.($test=~/^\-[MAC]$/ &&
'.shift').',