diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-02 12:16:43 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-02 12:16:43 +0000 |
commit | f3d3633e66a03f1771e39dca6621d3575662c7b0 (patch) | |
tree | 8e87312801decc8ebda69c0ed7c35c99a024cd47 /Porting | |
parent | fdaa82e46637bc8c3411a4f3995beb0c3e77cea3 (diff) | |
download | perl-f3d3633e66a03f1771e39dca6621d3575662c7b0.tar.gz |
Update Compress-Raw-Zlib to CPAN version 2.064
[DELTA]
2.064 1 February 2014
* [PATCH] Handle non-PVs better
[#91558]
* Z_OK instead of Z_BUF_ERROR
[#92521]
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 f3607687c4..442a59c080 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -220,7 +220,7 @@ use File::Glob qw(:case); }, 'Compress::Raw::Zlib' => { - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.063.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.064.tar.gz', 'FILES' => q[cpan/Compress-Raw-Zlib], 'EXCLUDED' => [ |