summaryrefslogtreecommitdiff
path: root/dist/Devel-PPPort/Makefile.PL
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2020-07-31 13:37:40 -0600
committerKarl Williamson <khw@cpan.org>2020-08-02 20:59:35 -0600
commit190ae7ea95828d4b9266cb3fdbc0d1d1a989e963 (patch)
tree150ad409a42d99181add4821f37cb6f145d0dd74 /dist/Devel-PPPort/Makefile.PL
parent740fde89fa2ff46aa80924d8a826b70facd60115 (diff)
downloadperl-190ae7ea95828d4b9266cb3fdbc0d1d1a989e963.tar.gz
Devel-PPPort: Bump to upstream at 7180c297
These changes from Devel-PPPort are adding support for Perl 7.0 and fixes the testsuite with a Perl 7.0.0 binary. We would have to publish a new version of Devel-PPPort.
Diffstat (limited to 'dist/Devel-PPPort/Makefile.PL')
-rw-r--r--dist/Devel-PPPort/Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/Devel-PPPort/Makefile.PL b/dist/Devel-PPPort/Makefile.PL
index bc5f502e98..9cc43283ae 100644
--- a/dist/Devel-PPPort/Makefile.PL
+++ b/dist/Devel-PPPort/Makefile.PL
@@ -219,6 +219,8 @@ sub MY::dist_core
if ( $rule =~ m{^\s*^dist\s+:}m ) {
$rule =~ s{:}{: PPPort.pm manifest}; # make sure we update PPPort.pm
$rule .= qq[\t].q[$(NOECHO) $(ECHO) "Warning: Please check '__MAX_PERL__' value in PPPort_pm.PL"].qq[\n];
+ # checking that the tarball has no Pax Header - avoid false positives by using [P]axHEader
+ $rule .= qq[\t].q[$(NOECHO) zgrep -a -e '[P]axHeader' $(DISTVNAME).tar$(SUFFIX) && ( $(ECHO) "ERROR: Pax Header detected in tarball"; rm -f $(DISTVNAME).tar$(SUFFIX) ) ||:].qq[\n];
}
$updated .= $rule;
}