Skip Menu |

This queue is for tickets about the SSN-Validate CPAN distribution.

Report information
The Basics
Id: 6643
Status: resolved
Priority: 0/
Queue: SSN-Validate

People
Owner: Nobody in particular
Requestors: ken [...] torus.ca
Cc:
AdminCc:

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



Subject: Data parsing bug in 0.05
The module thinks 585-18-1234 is invalid ("Bad area"), because it misparses the following __DATA__ entry (line 506): 525,585 NM New Mexico This can be fixed by altering the RE at line 255, but a simpler fix is to rewrite the above as 2 lines: 525 NM New Mexico 585 NM New Mexico I discovered this bug while translating the module to python. Cheers, -- Ken Lalonde
Thanks for finding that, and pointing it out. Not sure why I didn't get an email when you submitted this, so sorry for the delay. It's now in my TODO list. Cheers, Kevin [guest - Wed Jun 16 11:37:36 2004]: Show quoted text
> The module thinks 585-18-1234 is invalid ("Bad area"), because > it misparses the following __DATA__ entry (line 506): > > 525,585 NM New Mexico > > This can be fixed by altering the RE at line 255, > but a simpler fix is to rewrite the above as 2 lines: > > 525 NM New Mexico > 585 NM New Mexico > > I discovered this bug while translating the module to python. > Cheers, > -- Ken Lalonde
Changed in .06, which should make ithe CPAN rounds soon. Cheers, Kevin