summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-30 09:56:41 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-30 11:23:40 +0100
commitf02c02ec7c7eacaf7e719fe18388c537a795ae7e (patch)
tree89d1a7479b81db7146744e28f3e5112be5f8bc00 /Porting
parent6f7e83539961a11c89e33c98b9799323e732d5f9 (diff)
downloadperl-f02c02ec7c7eacaf7e719fe18388c537a795ae7e.tar.gz
Update Compress-Raw-Zlib to CPAN version 2.027
[DELTA] 2.027 24 April 2010 * Updated to include zlib 1.2.5 2.026 7 April 2010 * Fixed definition of Z_TREES in Makefile.PL [RT #65293] * Fixed build issue with definition of off64_t not found on Solaris by modifying the zlib source - changed the symbol _LARGEFILE64_SOURCE to _LARGEFILE64_SOURCE_dummy in zconf.h, zlib.h and zutil.h [RT #56108] 2.025 27 March 2010 * Updated to include zlib 1.2.4 * Allow zlib version check to be disabled by setting TEST_SKIP_VERSION_CHECK environment variable. [RT #54510] 2.023 9 November 2009 * fixed instance where $[ should have been $] in t/02zlib.t Thanks to Robin Barker and zefram [RT #50765] for independantly spotting the issue.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 87112e15a5..3de3e51c40 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -322,7 +322,7 @@ use File::Glob qw(:case);
'Compress::Raw::Zlib' =>
{
'MAINTAINER' => 'pmqs',
- 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.021.tar.gz',
+ 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.027.tar.gz',
'FILES' => q[cpan/Compress-Raw-Zlib],
'EXCLUDED' => [ qr{^t/Test/},