Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-Compare CPAN distribution.

Report information
The Basics
Id: 87554
Status: resolved
Priority: 0/
Queue: Data-Compare

People
Owner: Nobody in particular
Requestors: ovid [...] cpan.org
Cc:
AdminCc:

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



Subject: eval "File::Find::Rule" not checked for failure.
In Data::Compare::register_plugins, you eval "use File::Find::Rule". The return value is not checked leading to error messages about File::Find::Rule not being loaded, but not saying why. Cheers, Ovid
On Fri Aug 02 13:10:22 2013, OVID wrote: Show quoted text
> In Data::Compare::register_plugins, you eval "use File::Find::Rule". > The return value is not checked leading to error messages about > File::Find::Rule not being loaded, but not saying why.
It's a pre-requisite, so you won't normally even be able to install the module without File::Find::Rule being installed, but delaying loading like that is silly anyway, so I'll upload a less insane version shortly.