From: H.Merijn Brand - Tux Date: Fri, 25 Jan 2013 16:36:37 +0000 (+0100) Subject: Prevent tar paxheaders (http://www.perlmonks.org/?node_id=1004571) X-Git-Tag: v0.16 X-Git-Url: https://repo.or.cz/w/Config-Perl-V.git/commitdiff_plain/67269d3ce489a8484197a38cd148b7b85905c307 Prevent tar paxheaders (perlmonks.org/?node_id=1004571) --- 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";