Skip Menu |

This queue is for tickets about the File-Find-Rule CPAN distribution.

Report information
The Basics
Id: 64879
Status: new
Priority: 0/
Queue: File-Find-Rule

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

Bug Information
Severity: (no value)
Broken in: 0.32
Fixed in: (no value)



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').',