Skip Menu |

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

Report information
The Basics
Id: 82146
Status: resolved
Priority: 0/
Queue: Geo-StreetAddress-US

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

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



Subject: Warning from Geo::StreetAddress::US
This Geo::StreetAddress::US warning is showing up occasionally in our logs: Use of uninitialized value in lc at /opt/perl5.16.1/lib/site_perl/5.16.1/Geo/StreetAddress/US.pm line 1053. Unfortunately I don't have the input that is causing it, but it is coming from a call to parse_location with an address string.
On Thu Jun 06 23:54:07 2013, OSCHWALD wrote: Show quoted text
> Just as a follow-up to this issue, this change fixes it: > > https://github.com/maxmind/Geo-StreetAddress- > US/commit/7803b0cc5f1db7a2010980cf3e98e8d37252f77f
I've applied the same fix in the official github repo at https://github.com/timbunce/Geo-StreetAddress-US Thanks! I've also applied another fix that greatly improves the parsing of '321 S. Washington' (see 6e2784b..b1b62f4).
Subject: Re: [rt.cpan.org #82146] Warning from Geo::StreetAddress::US
Date: Tue, 4 Mar 2014 06:37:31 -0800
To: bug-Geo-StreetAddress-US [...] rt.cpan.org
From: Gregory Oschwald <oschwald [...] gmail.com>
Show quoted text
> > I've applied the same fix in the official github repo at > https://github.com/timbunce/Geo-StreetAddress-US > Thanks! > > I've also applied another fix that greatly improves the parsing of '321 S. > Washington' (see 6e2784b..b1b62f4). >
Thanks! I didn't realize there was an official GitHub repo or I would have done a proper pull request. Greg