diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-10-06 14:00:22 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-10-06 14:00:22 +0100 |
commit | 7dcc7d3df0739c43f51a8e8e287d236ad1ccd121 (patch) | |
tree | a417758638ac06ed8d45c7aa4be04958ed2c3d6a /Porting | |
parent | 2b91859c6c0f26555cd8b4e3120eac1b02ab8f65 (diff) | |
download | perl-7dcc7d3df0739c43f51a8e8e287d236ad1ccd121.tar.gz |
Update IO-Compress to CPAN version 2.069
[DELTA]
2.069 26 Sept 2015
* IO::Compress::FAQ
- Added a section of bgzip
RT #103295: IO::Compress Feature request
* IO::Compress::Zip
- Zip64 needs to be first in extra field to workaround a Windows Explorer Bug
See http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details
Diffstat (limited to 'Porting')
-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 5e0cd023fe..66544fa48a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -613,7 +613,7 @@ use File::Glob qw(:case); }, 'IO-Compress' => { - 'DISTRIBUTION' => 'PMQS/IO-Compress-2.068.tar.gz', + 'DISTRIBUTION' => 'PMQS/IO-Compress-2.069.tar.gz', 'FILES' => q[cpan/IO-Compress], 'EXCLUDED' => [ qr{^examples/}, |