Makefile.PL: disable Geo::IP module

This commit is contained in:
Matt Simerson 2013-04-24 22:15:45 -04:00
parent a67ed4063b
commit 40235542e3

View File

@ -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',