Skip to content

Commit

Permalink
Latest DB.pm from NJH-Snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 25, 2023
1 parent dd9b70f commit f523b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Geo/Coder/Free/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ sub selectall_hash {
if($self->{'logger'}) {
$self->{'logger'}->debug('cache MISS');
}
} elsif($self->{'logger'}) {
$self->{'logger'}->debug('cache not used');
}

if(my $sth = $self->{$table}->prepare($query)) {
Expand Down

0 comments on commit f523b3d

Please sign in to comment.