Skip to content

Commit

Permalink
finish the move
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 12, 2024
1 parent b028a27 commit be7f0a3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ lib/Qpsmtpd/Auth.pm
lib/Qpsmtpd/Base.pm
lib/Qpsmtpd/Command.pm
lib/Qpsmtpd/Config.pm
lib/Qpsmtpd/ConfigServer.pm
lib/Qpsmtpd/Connection.pm
lib/Qpsmtpd/Constants.pm
lib/Qpsmtpd/DB.pm
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ WriteMakefile(
# 'DBIx::Simple' => 0, # log2sql
# modules that cause Travis build tests to fail
'Mail::SpamAssassin' => 0,
# 'GeoIP2' => 2,
'GeoIP2' => 2,
'Geo::IP' => 1,
'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 <[email protected]>',
EXE_FILES => [qw(qpsmtpd qpsmtpd-forkserver)],
EXE_FILES => [qw(qpsmtpd)],
clean => { FILES => [ '*.bak', 't/tmp' ], },
);

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit be7f0a3

Please sign in to comment.