Makefile.PL: gzip -9, and clean up test db
and a perltidy
This commit is contained in:
parent
8e054c1eda
commit
c6b5a0dfae
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user