Revised Makefile.PL and Build.PL.
This commit is contained in:
parent
a852d4969f
commit
b67d72163c
2
Build.PL
2
Build.PL
@ -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,
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user