summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-06-14 18:40:48 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-06-14 19:01:11 +0100
commitc465fd2fb97ce5f0d13ec0f9e42b94e9ba501e81 (patch)
tree24e72448c556a34be3a129f24bcc8df5d527f583 /Porting
parentb57b04d533ba5d71576359062a3470c22080f76d (diff)
downloadperl-c465fd2fb97ce5f0d13ec0f9e42b94e9ba501e81.tar.gz
Update Archive-Tar to CPAN version 1.98
[DELTA] 1.98 14/06/2014 (TINITA) - ptardiff and ptargrep should use prefix if defined
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index cc4387c453..f3a2789e9c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -48,7 +48,7 @@ use File::Glob qw(:case);
# of the module is, but this is no longer stated explicitly. It is now
# understood to be either the Perl 5 Porters if UPSTREAM is 'blead', or else
# the CPAN author whose PAUSE user ID forms the first part of the DISTRIBUTION
-# value, e.g. 'BINGOS' in the case of 'BINGOS/Archive-Tar-1.96.tar.gz'.
+# value, e.g. 'BINGOS' in the case of 'BINGOS/Archive-Tar-1.98.tar.gz'.
# (PAUSE's View Permissions page may be consulted to find other authors who
# have owner or co-maint permissions for the module in question.)
@@ -119,9 +119,12 @@ use File::Glob qw(:case);
%Modules = (
'Archive::Tar' => {
- 'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.96.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.98.tar.gz',
'FILES' => q[cpan/Archive-Tar],
'BUGS' => 'bug-archive-tar@rt.cpan.org',
+ 'EXCLUDED' => [
+ qw(t/07_ptardiff.t),
+ ],
},
'Attribute::Handlers' => {