Skip Menu |

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

Report information
The Basics
Id: 83027
Status: resolved
Priority: 0/
Queue: Data-Password-Filter

People
Owner: MANWAR [...] cpan.org
Requestors: DOHERTY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.05



Subject: Use of Carp::Always infects code outside your scope
If you use Carp::Always, it makes *all* warns and dies carp/croak, even outside your scope. That's the point of Carp::Always. And that makes it totally inappropriate for use in your module. Use Carp to die/warn from your caller's perspective -- never Carp::Always.
Hi Mike, Point taken and thanks for reporting the bug. I would do my best to fix it by end of this week i.e. 3rd Feb'2013. Best Regards, Mohammad S Anwar
Hi Mike, Just to let you know that the code has been patched in v0.05. Many Thanks. Best Regards, Mohammad S Anwar
Patched in v0.05