Skip Menu |

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

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

People
Owner: MANWAR [...] cpan.org
Requestors: yanick+cpan [...] babyl.dyndns.org
Cc:
AdminCc:

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



Subject: Type 'ZeroOrOne' regex is inacurate
type 'ZeroOrOne' => where { /^[1|0]$/ }; should be type 'ZeroOrOne' => where { /^[10]$/ }; In the set '[]', '|' becomes a character like all the others.
Hi Yanick, I accept that I overlooked that and agreed to your suggestion. Thanks for reporting. I will try to get it fixed coming weekend. Best Regards, Mohammad S Anwar
Just to let you know that module has been patched as promised.
Fixed in v0.05