From 6a92825793a29b3aaa084a7ebe318e1bba145abd Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Tue, 2 Apr 2024 15:46:41 -0400 Subject: [PATCH] Install bin/address_lookup --- Changes | 1 + Makefile.PL | 1 + 2 files changed, 2 insertions(+) diff --git a/Changes b/Changes index f9903725..7a5555b5 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Revision history for Geo-Coder-Free Handle wide characters Latest VWF Added "exact" to OpenAddresses.pm + Install bin/address_lookup 0.35 Wed Mar 6 20:48:43 EST 2024 Fix scantext.t when OSM is installed diff --git a/Makefile.PL b/Makefile.PL index 1111944a..a59b9261 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -337,6 +337,7 @@ WriteMakefile( }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => { FILES => 'Geo-Coder-Free-*' }, + EXE_FILES => [ 'bin/address_lookup' ], # META_ADD => { # provides => { # 'Geo::Coder::Free' => {