From 966e06df610da7893c9943d532679b5dbd1e5bf4 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 11 Mar 2024 23:39:26 -0700 Subject: [PATCH] skip geoip --- META.yml | 2 -- Makefile.PL | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/META.yml b/META.yml index 6effb039..02b021c3 100644 --- a/META.yml +++ b/META.yml @@ -34,8 +34,6 @@ requires: Test::More: 0 Test::Output: 0 Mail::SPF: 0 - Geo::IP: 0 - GeoIP2: 0 Redis: 0 CDB_File: 0 version: 1.00 diff --git a/Makefile.PL b/Makefile.PL index 65192fee..f949b3dd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,7 @@ WriteMakefile( # 'DBD::mysql' => 0, # log2sql # 'DBIx::Simple' => 0, # log2sql 'Mail::SpamAssassin' => 0, - 'GeoIP2' => 2, +# 'GeoIP2' => 2, 'Geo::IP' => 1, 'Math::Complex' => 0, # geodesic distance in Geo::IP 'PerlIO::gzip' => 0, # gunzip GeoIP databases