From: Mark Wells Date: Tue, 7 Apr 2015 00:30:18 +0000 (-0700) Subject: Report match level on failed matches X-Git-Url: http://git.freeside.biz/gitweb/?p=Geo-USCensus-Geocoding.git;a=commitdiff_plain;h=555a568aa63059d5801b3b1343a2480066d696ca Report match level on failed matches --- diff --git a/Geocoding.pm b/Geocoding.pm index 36828fa..405ff18 100644 --- a/Geocoding.pm +++ b/Geocoding.pm @@ -137,6 +137,7 @@ sub query { $result->block($fields[11]); } else { $result->is_match(0); + $result->match_level($fields[2]); # "No_Match", "Tie" } } else { $result->error_message( $resp->status_line ); diff --git a/debian/changelog b/debian/changelog index 9316d0d..4ca64bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgeo-uscensus-geocoding-perl (0.01-4) unstable; urgency=medium + + * Report match level on failed matches + + -- Mark Wells Mon, 06 Apr 2015 17:06:02 -0700 + libgeo-uscensus-geocoding-perl (0.01-3) unstable; urgency=low * No, really, allow Moo versions < 1.0