Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: robin [...] berjon.com
Cc:
AdminCc:

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



Subject: Unconditional warning is annoying
Hi, in one of my projects I have code that looks like: File::Find::Rule->relative()->directory()->in($src1, $src2); and FFR keeps telling me that I'm silly for passing in multiple values in a relative call. I can see how in the general case that might indeed be a silly thing, but as it happens I have a good reason to do this (the multiple paths later get merged into a single tree), and I'd appreciate it if FFR were to be more polite in this case. The attached patch against 0.32 simply changes the warning to a lexical warning so that one may turn it off with no warnings "File::Find::Rule". -- --darobin
Subject: patch
Download patch
application/octet-stream 654b

Message body not shown because it is not plain text.