diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-19 09:53:37 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-19 11:22:28 +0000 |
commit | e4675dd77b6081051acaf60814d766244c6444f7 (patch) | |
tree | 2a555a040522488981e02442338d686d518a8cb2 /Porting/Maintainers.pl | |
parent | 24e75b45b6cb0613493c8f70cdb8e911e656b275 (diff) | |
download | perl-e4675dd77b6081051acaf60814d766244c6444f7.tar.gz |
Update IO-Compress to CPAN version 2.046
[DELTA]
2.046 18 December 2011
* Minor update to bin/zipdetails
* Typo in name of IO::Compress::FAQ.pod
* IO::Uncompress::Unzip
- Example for walking a zip file used eof to control the outer
loop. This is wrong.
* IO::Compress::Zip
- Change default for CanonicalName to false.
[RT# 72974]
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index aaf20a5a01..04da3e59fe 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1005,7 +1005,7 @@ use File::Glob qw(:case); 'IO-Compress' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/IO-Compress-2.045.tar.gz', + 'DISTRIBUTION' => 'PMQS/IO-Compress-2.046.tar.gz', 'FILES' => q[cpan/IO-Compress], 'EXCLUDED' => [qr{t/Test/}], 'UPSTREAM' => 'cpan', |