Skip Menu |

This queue is for tickets about the Se-PersonNr CPAN distribution.

Report information
The Basics
Id: 83201
Status: new
Priority: 0/
Queue: Se-PersonNr

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

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



Subject: Doesn't validate correctly
This doesn't seem to work as expected, below are just 2 examples of valid personal numbers that return false using is_valid() method although they are 100% valid. my $p1 = new Se::PersonNr('890408-4350'); my $p2 = new Se::PersonNr('930126-1120');