From ad08e7b2e5d631afd67b909a1bc25438f7dfada2 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 24 Apr 2013 22:15:45 -0400 Subject: [PATCH] Makefile.PL: disable Geo::IP module --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 5cad0c9..b54a83c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,11 +17,11 @@ WriteMakefile( 'Time::HiRes' => 0, 'IO::Socket::SSL'=>0, # modules for specific features - 'Geo::IP' => 0, 'Mail::DKIM' => 0, 'Mail::SpamAssassin' => 0, - 'Mail::SPF' => 0, 'File::Tail' => 0, +# 'Geo::IP' => 0, +# 'Mail::SPF' => 0, # 'Time::TAI64' => 0, }, ABSTRACT => 'Flexible smtpd daemon written in Perl',