From 0efba878a88fa9fb96480db911d0721e14c7cae1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Sep 2011 10:27:34 +0000 Subject: compress sources with xz instead of bzip2 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 95362f4..33b25a9 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,5 +9,5 @@ WriteMakefile( VERSION_FROM => 'lib/MDK/Common.pm', ABSTRACT_FROM => 'lib/MDK/Common.pm', AUTHOR => 'Pixel ', - dist => { COMPRESS => "bzip2 -f" }, + dist => { COMPRESS => "xz -f" }, ); -- cgit v1.2.1