diff --git a/Changes b/Changes index 9ab9cec..af6ed0a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Geo-Coder-List +0.32 + Set "geocoder" to "cached" when the values have been retrieved from the L2 cache + 0.31 Thu Jun 29 09:23:17 EDT 2023 Change the croaks to carps Fix test when Geo::Coder::Free is not installed diff --git a/lib/Geo/Coder/List.pm b/lib/Geo/Coder/List.pm index 5ceba21..54da24e 100644 --- a/lib/Geo/Coder/List.pm +++ b/lib/Geo/Coder/List.pm @@ -167,7 +167,8 @@ sub geocode { line => $call_details[2], location => $location, timetaken => 0, - wantarray => wantarray, + gecoder => 'cached', + wantarray => 0, result => $rc }; CORE::push @{$self->{'log'}}, $log; @@ -195,6 +196,7 @@ sub geocode { line => $call_details[2], location => $location, timetaken => 0, + gecoder => 'cached', wantarray => wantarray, result => \@rc };