diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-06-15 16:00:59 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-06-15 16:00:59 +0100 |
commit | a40258e536ad87406ce3ed2ca507168f490a7b21 (patch) | |
tree | f84fe0b758f2cf6c234fedfab845bf17ff5a1f8d /Porting | |
parent | d8430cc22ae8e074a843ae62675beb2f2057f355 (diff) | |
download | perl-a40258e536ad87406ce3ed2ca507168f490a7b21.tar.gz |
Update Archive-Tar to CPAN version 2.00
[DELTA]
2.00 15/06/2014 (TINITA)
- Fix ptargrep for problems on MSWin32
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f3a2789e9c..cd040938bf 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.98.tar.gz'. +# value, e.g. 'BINGOS' in the case of 'BINGOS/Archive-Tar-2.00.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,7 +119,7 @@ use File::Glob qw(:case); %Modules = ( 'Archive::Tar' => { - 'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.98.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Archive-Tar-2.00.tar.gz', 'FILES' => q[cpan/Archive-Tar], 'BUGS' => 'bug-archive-tar@rt.cpan.org', 'EXCLUDED' => [ |