diff --git a/META.yml b/META.yml index 69d9edd2..f296dcfe 100644 --- a/META.yml +++ b/META.yml @@ -18,16 +18,21 @@ no_index: - t - inc requires: + CDB_File: 0 Data::Dumper: 0 Date::Parse: 0 + File::NFSLock: 0 File::Tail: 0 File::Temp: 0 IO::Socket::SSL: 0 MIME::Base64: 0 Mail::DKIM: 0 Mail::Header: 0 + Mail::SPF: 0 Net::DNS: 0.39 Net::IP: 0 + Redis: 0 Time::HiRes: 0 Time::TAI64: 0 -version: 0.91 + Test::Output: 0 +version: 1.00 diff --git a/Makefile.PL b/Makefile.PL index 1bdf98ba..f7062fe6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,9 +32,9 @@ WriteMakefile( # 'Mail::SpamAssassin' => 0, # 'GeoIP2' => 2, # 'Geo::IP' => 1, -# 'Math::Complex' => 0, # geodesic distance in Geo::IP -# 'PerlIO::gzip' => 0, # gunzip GeoIP databases -# 'Mail::SPF' => 0, + 'Math::Complex' => 0, # geodesic distance in Geo::IP + 'PerlIO::gzip' => 0, # gunzip GeoIP databases + 'Mail::SPF' => 0, }, ABSTRACT => 'Flexible smtpd daemon written in Perl', AUTHOR => 'Ask Bjoern Hansen ',