summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-11-07 13:29:13 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-11-07 13:46:56 +0000
commit83abb366082c0c09544178aa03e4ae14f4a1fed5 (patch)
tree0a3ed9337d5c89b878d0483d38f5a146a1acd381 /Porting
parent5312fe6cfc33d76b6f506e1dd9bffcdfe953f1e6 (diff)
downloadperl-83abb366082c0c09544178aa03e4ae14f4a1fed5.tar.gz
Update Archive-Tar to CPAN version 2.18
[DELTA] 2.18 07/11/2016 (JHI) - Capture also the STDERR when checking tar exe 2.16 01/11/2016 (JHI && CBERRY) - Make roundtrip tar exe finding robust for crappy tars
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 92e31794d0..85e8cfad10 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -120,14 +120,12 @@ use File::Glob qw(:case);
%Modules = (
'Archive::Tar' => {
- 'DISTRIBUTION' => 'BINGOS/Archive-Tar-2.14.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/Archive-Tar-2.18.tar.gz',
'FILES' => q[cpan/Archive-Tar],
'BUGS' => 'bug-archive-tar@rt.cpan.org',
'EXCLUDED' => [
qw(t/07_ptardiff.t),
],
- # CPAN RT 118476
- 'CUSTOMIZED' => [ 'lib/Archive/Tar.pm', 't/09_roundtrip.t' ],
},
'Attribute::Handlers' => {