From 27d9af1fb4a634ca7eae73afe45d7f9a86e8bb40 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 23 Oct 2021 10:02:00 +0200 Subject: Build.PL: Switch to GIS::Distance as well --- Build.PL | 2 +- scripts/makedeb-docker-helper | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 31eb4e2..52bb8af 100644 --- a/Build.PL +++ b/Build.PL @@ -31,8 +31,8 @@ Module::Build->new( 'DateTime' => 0, 'DateTime::Format::Strptime' => 0, 'Encode' => 0, - 'Geo::Distance' => '!= 0.21', 'Getopt::Long' => 0, + 'GIS::Distance' => 0, 'List::Compare' => '0.29', 'List::MoreUtils' => 0, 'List::Util' => 0, diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper index d265124..6c3681f 100755 --- a/scripts/makedeb-docker-helper +++ b/scripts/makedeb-docker-helper @@ -25,6 +25,7 @@ cp -a /orig/bin /orig/examples /orig/lib /orig/share /orig/t /src/app cd /src/app sed -i 's/sign *=> *1/sign => 0/' Build.PL +sed -i 's/GIS::Distance/Geo::Distance/' Build.PL export DB_IRIS_DEB_BUILD=1 perl Build.PL perl Build -- cgit v1.2.3