summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-12-03 22:28:28 -0500
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-01-05 22:31:21 +0100
commite2c84e7a25191e84127f7d5297028600a0e53abe (patch)
tree8d9436c7a9b058c94a4c76e18e6a430a588bd222
parent9da889e0c4457267ef4510078a416ce8ec65f671 (diff)
downloadperl-MDV-Distribconf-e2c84e7a25191e84127f7d5297028600a0e53abe.tar
perl-MDV-Distribconf-e2c84e7a25191e84127f7d5297028600a0e53abe.tar.gz
perl-MDV-Distribconf-e2c84e7a25191e84127f7d5297028600a0e53abe.tar.bz2
perl-MDV-Distribconf-e2c84e7a25191e84127f7d5297028600a0e53abe.tar.xz
perl-MDV-Distribconf-e2c84e7a25191e84127f7d5297028600a0e53abe.zip
use xz for tarballs compression
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 174dc04..0e719de 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,7 +20,7 @@ MAKE
WriteMakefile(
NAME => 'MDV::Distribconf',
VERSION_FROM => 'lib/MDV/Distribconf.pm',
- dist => { DIST_DEFAULT => 'change_dist' },
+ dist => { DIST_DEFAULT => 'change_dist', COMPRESS => "xz -f", SUFFIX => ".xz" },
EXE_FILES => [ qw(bin/checkdistrib) ],
PREREQ_PM => {
'Config::IniFiles' => undef,