Skip Menu |

This queue is for tickets about the Geo-StreetAddress-US CPAN distribution.

Report information
The Basics
Id: 116733
Status: new
Priority: 0/
Queue: Geo-StreetAddress-US

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

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



Subject: Alpha suffix in street number ends up in street name
$input = '72A Smith Road, Springfield NY 12345'; $hashref = Geo::StreetAddress::US->parse_location($input); print(Dumper($hashref)); $VAR1 = { 'street' => 'A Smith', 'number' => '72', 'state' => 'NY', 'type' => 'Rd', 'zip' => '12345', 'city' => 'Springfield' };