diff --git a/Build.PL b/Build.PL index 7979b66..8a9d397 100755 --- a/Build.PL +++ b/Build.PL @@ -11,7 +11,7 @@ my $build = Module::Build->new( dist_author => "imacat ", license => "perl", sign => 1, - + build_requires => { "Module::Signature" => 0, "Test::Pod" => 0, diff --git a/Makefile.PL b/Makefile.PL index 746e8ce..2a5249c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ WriteMakefile( PL_FILES => { }, LICENSE => "perl", SIGN => 1, - + dist => { COMPRESS => "gzip -9", SUFFIX => ".gz",