summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2012-08-08 14:09:53 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2012-08-08 14:09:53 +0100
commit16e4c876349cf3bfb1b135fa39cc3b5e39627ac8 (patch)
tree20670b07ce1017e3551ec007976844d47c84173f
parent9d90bd60fec830834e56dfd4cc1aaf499c322831 (diff)
downloadperl-16e4c876349cf3bfb1b135fa39cc3b5e39627ac8.tar.gz
Upgrade Compress-Raw-Bzip2 and Compress-Raw-Zlib to 2.055
-rwxr-xr-xPorting/Maintainers.pl4
-rw-r--r--cpan/Compress-Raw-Bzip2/README6
-rw-r--r--cpan/Compress-Raw-Bzip2/t/000prereq.t2
-rw-r--r--cpan/Compress-Raw-Zlib/README20
4 files changed, 16 insertions, 16 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index b40341a401..77599e806c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -365,7 +365,7 @@ use File::Glob qw(:case);
'Compress::Raw::Bzip2' => {
'MAINTAINER' => 'pmqs',
- 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.052.tar.gz',
+ 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.055.tar.gz',
'FILES' => q[cpan/Compress-Raw-Bzip2],
'EXCLUDED' => [
qr{^t/Test/},
@@ -376,7 +376,7 @@ use File::Glob qw(:case);
'Compress::Raw::Zlib' => {
'MAINTAINER' => 'pmqs',
- 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.054.tar.gz',
+ 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.055.tar.gz',
'FILES' => q[cpan/Compress-Raw-Zlib],
'EXCLUDED' => [
diff --git a/cpan/Compress-Raw-Bzip2/README b/cpan/Compress-Raw-Bzip2/README
index f39f6beca8..4e57b1aead 100644
--- a/cpan/Compress-Raw-Bzip2/README
+++ b/cpan/Compress-Raw-Bzip2/README
@@ -1,9 +1,9 @@
Compress-Raw-Bzip2
- Version 2.052
+ Version 2.055
- 29th April 2012
+ 5th August 2012
Copyright (c) 2005-2012 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
@@ -164,7 +164,7 @@ To help me help you, I need all of the following information:
If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm
for a line like this:
- $VERSION = "2.052" ;
+ $VERSION = "2.055" ;
c. The version of bzip2 you have used.
If you have successfully installed Compress-Raw-Bzip2, this one-liner
diff --git a/cpan/Compress-Raw-Bzip2/t/000prereq.t b/cpan/Compress-Raw-Bzip2/t/000prereq.t
index 13a447a2c3..0f95b00cd8 100644
--- a/cpan/Compress-Raw-Bzip2/t/000prereq.t
+++ b/cpan/Compress-Raw-Bzip2/t/000prereq.t
@@ -19,7 +19,7 @@ BEGIN
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };
- my $VERSION = '2.052';
+ my $VERSION = '2.055';
my @NAMES = qw(
);
diff --git a/cpan/Compress-Raw-Zlib/README b/cpan/Compress-Raw-Zlib/README
index 5e491acd52..6dcec5239f 100644
--- a/cpan/Compress-Raw-Zlib/README
+++ b/cpan/Compress-Raw-Zlib/README
@@ -1,9 +1,9 @@
- Compress-Raw-Zlib
+ Compress-Raw-Zlib
- Version 2.054
+ Version 2.055
- 8th May 2012
+ 5th August 2012
Copyright (c) 2005-2012 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
@@ -11,7 +11,7 @@
The directory zlib-src contains a subset of the
source files copied directly from zlib version 1.2.7.
- These files are Copyright(C) 1995-2010
+ These files are Copyright(C) 1995-2012
Jean-loup Gailly and Mark Adler.
Full source for the zlib library is available at
http://www.zlib.org
@@ -99,16 +99,16 @@ before building this module.
For option 2, fetch a copy of the zlib source distribution from
http://www.zlib.org and unpack it into the Compress-Raw-Zlib source
- directory. Assuming you have fetched zlib 1.2.6,
- it will create a directory called zlib-1.2.6.
+ directory. Assuming you have fetched zlib 1.2.7,
+ it will create a directory called zlib-1.2.7.
Now set the variables in the file config.in as follows (if the version
- you have fetched isn't 1.2.6, change the INCLUDE and LIB
+ you have fetched isn't 1.2.7, change the INCLUDE and LIB
variables appropriately):
BUILD_ZLIB = True
- INCLUDE = ./zlib-1.2.6
- LIB = ./zlib-1.2.6
+ INCLUDE = ./zlib-1.2.7
+ LIB = ./zlib-1.2.7
OLD_ZLIB = False
GZIP_OS_CODE = AUTO_DETECT
@@ -355,7 +355,7 @@ To help me help you, I need all of the following information:
If you haven't installed Compress-Raw-Zlib then search Compress::Raw::Zlib.pm
for a line like this:
- $VERSION = "2.052" ;
+ $VERSION = "2.055" ;
c. The version of zlib you have used.
If you have successfully installed Compress-Raw-Zlib, this one-liner