From 67269d3ce489a8484197a38cd148b7b85905c307 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand - Tux" Date: Fri, 25 Jan 2013 17:36:37 +0100 Subject: [PATCH] Prevent tar paxheaders (http://www.perlmonks.org/?node_id=1004571) --- Changelog | 1 + Makefile.PL | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changelog b/Changelog index 813a6ab..5d1157a 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,7 @@ * Do not shell out on 5.14.0 and up if perl provides internals (Nicholas) * Update copyright to 2013 * Update list of known symbols to 5.17.8 + * Prevent tar paxheaders (http://www.perlmonks.org/?node_id=1004571) 0.15 - 07 Jun 2012, H.Merijn Brand * Update copyright to 2012 diff --git a/Makefile.PL b/Makefile.PL index c4a7bb7..72caa55 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,8 @@ my %wm = ( "Test::More" => 0, "Test::NoWarnings" => 0, }, + macro => { TARFLAGS => "--format=ustar -c -v -f", + } ); $ExtUtils::MakeMaker::VERSION > 6.30 and $wm{LICENSE} = "perl"; -- 2.11.4.GIT