Makefile.PL: gzip -9, and clean up test db

and a perltidy
This commit is contained in:
Matt Simerson 2013-04-21 20:33:46 -04:00
parent 8e054c1eda
commit c6b5a0dfae

View File

@ -19,6 +19,10 @@ WriteMakefile(
ABSTRACT => 'Flexible smtpd daemon written in Perl',
AUTHOR => 'Ask Bjoern Hansen <ask@develooper.com>',
EXE_FILES => [qw(qpsmtpd qpsmtpd-forkserver qpsmtpd-prefork qpsmtpd-async)],
dist => {COMPRESS => 'gzip -9f',},
clean => {
FILES => ['t/config/greylist.dbm*',],
},
);
sub MY::libscan {