diff options
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9c2b59d1..0fc943a4 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -165,5 +165,5 @@ WriteMakefile( ( $_ => "\$(INST_MAN${section}DIR)/$targ.$section" ); } <pod/*.pod>, $with_po ? <pod/*/*.pod> : () }, - dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" }, + dist => { COMPRESS => "xz -f", SUFFIX => ".xz" }, ); |