From b67d72163c681f6d3ab207385962105f93eac596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 7 Feb 2021 23:43:56 +0800 Subject: [PATCH] Revised Makefile.PL and Build.PL. --- Build.PL | 2 +- Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",