Revised Makefile.PL and Build.PL.

This commit is contained in:
依瑪貓 2021-02-07 23:43:56 +08:00
parent a852d4969f
commit b67d72163c
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ my $build = Module::Build->new(
dist_author => "imacat <imacat\@mail.imacat.idv.tw>", dist_author => "imacat <imacat\@mail.imacat.idv.tw>",
license => "perl", license => "perl",
sign => 1, sign => 1,
build_requires => { build_requires => {
"Module::Signature" => 0, "Module::Signature" => 0,
"Test::Pod" => 0, "Test::Pod" => 0,

View File

@ -13,7 +13,7 @@ WriteMakefile(
PL_FILES => { }, PL_FILES => { },
LICENSE => "perl", LICENSE => "perl",
SIGN => 1, SIGN => 1,
dist => { dist => {
COMPRESS => "gzip -9", COMPRESS => "gzip -9",
SUFFIX => ".gz", SUFFIX => ".gz",