summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-12-03 23:07:58 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-12-03 23:07:58 +0000
commit71a82d22dfecea0c9d5bf7042b85d2092c1d9825 (patch)
tree383bd3d5252e2aa12fd3831e45bc4e5e73b173d7
parent2946f46e6e4dec17bdadc31305e73ad1af598090 (diff)
downloadperl-71a82d22dfecea0c9d5bf7042b85d2092c1d9825.tar.gz
Update Compress-Raw-Zlib to CPAN version 2.044
[DELTA] 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed
-rw-r--r--MANIFEST4
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Compress-Raw-Zlib/Changes4
-rw-r--r--cpan/Compress-Raw-Zlib/README6
-rw-r--r--cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm4
-rw-r--r--cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib/FAQ.pod (renamed from cpan/Compress-Raw-Zlib/pod/FAQ.pod)2
-rw-r--r--pod/perldelta.pod2
7 files changed, 14 insertions, 10 deletions
diff --git a/MANIFEST b/MANIFEST
index bcb4bdda2c..8f6deb0381 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -226,8 +226,8 @@ cpan/Compress-Raw-Bzip2/Bzip2.xs
cpan/Compress-Raw-Bzip2/Changes
cpan/Compress-Raw-Bzip2/fallback/constants.h
cpan/Compress-Raw-Bzip2/fallback/constants.xs
-cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2/FAQ.pod
+cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
cpan/Compress-Raw-Bzip2/Makefile.PL
cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
cpan/Compress-Raw-Bzip2/README
@@ -243,9 +243,9 @@ cpan/Compress-Raw-Zlib/examples/filtdef Compress::Raw::Zlib
cpan/Compress-Raw-Zlib/examples/filtinf Compress::Raw::Zlib
cpan/Compress-Raw-Zlib/fallback/constants.h Compress::Raw::Zlib
cpan/Compress-Raw-Zlib/fallback/constants.xs Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib/FAQ.pod Compress::Raw::Zlib
cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib
cpan/Compress-Raw-Zlib/Makefile.PL Compress::Raw::Zlib
-cpan/Compress-Raw-Zlib/pod/FAQ.pod Compress::Raw::Zlib
cpan/Compress-Raw-Zlib/private/MakeUtil.pm Compress::Raw::Zlib
cpan/Compress-Raw-Zlib/README Compress::Raw::Zlib
cpan/Compress-Raw-Zlib/t/01version.t Compress::Raw::Zlib
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 68b2522e9e..f466ab2722 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -390,7 +390,7 @@ use File::Glob qw(:case);
'Compress::Raw::Zlib' =>
{
'MAINTAINER' => 'pmqs',
- 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.043.tar.gz',
+ 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.044.tar.gz',
'FILES' => q[cpan/Compress-Raw-Zlib],
'EXCLUDED' => [ qr{^t/Test/},
diff --git a/cpan/Compress-Raw-Zlib/Changes b/cpan/Compress-Raw-Zlib/Changes
index faae29d45b..57fe2a1673 100644
--- a/cpan/Compress-Raw-Zlib/Changes
+++ b/cpan/Compress-Raw-Zlib/Changes
@@ -1,6 +1,10 @@
CHANGES
-------
+ 2.044 2 December 2011
+
+ * Moved FAQ.pod under the lib directory so it can get installed
+
2.043 20 November 2011
* No Changes
diff --git a/cpan/Compress-Raw-Zlib/README b/cpan/Compress-Raw-Zlib/README
index 173a357238..f43547a6f7 100644
--- a/cpan/Compress-Raw-Zlib/README
+++ b/cpan/Compress-Raw-Zlib/README
@@ -1,9 +1,9 @@
Compress-Raw-Zlib
- Version 2.043
+ Version 2.044
- 20th November 2011
+ 3rd December 2011
Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
@@ -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.043" ;
+ $VERSION = "2.044" ;
c. The version of zlib you have used.
If you have successfully installed Compress-Raw-Zlib, this one-liner
diff --git a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
index 40db8b653c..090a2b5bfe 100644
--- a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
+++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
@@ -13,7 +13,7 @@ use warnings ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.043';
+$VERSION = '2.044';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -1418,7 +1418,7 @@ of I<Compress::Raw::Zlib>.
L<Compress::Zlib>, L<IO::Compress::Gzip>, L<IO::Uncompress::Gunzip>, L<IO::Compress::Deflate>, L<IO::Uncompress::Inflate>, L<IO::Compress::RawDeflate>, L<IO::Uncompress::RawInflate>, L<IO::Compress::Bzip2>, L<IO::Uncompress::Bunzip2>, L<IO::Compress::Lzma>, L<IO::Uncompress::UnLzma>, L<IO::Compress::Xz>, L<IO::Uncompress::UnXz>, L<IO::Compress::Lzop>, L<IO::Uncompress::UnLzop>, L<IO::Compress::Lzf>, L<IO::Uncompress::UnLzf>, L<IO::Uncompress::AnyInflate>, L<IO::Uncompress::AnyUncompress>
-L<Compress::Zlib::FAQ|Compress::Zlib::FAQ>
+L<IO::Compress::FAQ|IO::Compress::FAQ>
L<File::GlobMapper|File::GlobMapper>, L<Archive::Zip|Archive::Zip>,
L<Archive::Tar|Archive::Tar>,
diff --git a/cpan/Compress-Raw-Zlib/pod/FAQ.pod b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib/FAQ.pod
index a3e3756a5c..a11994694d 100644
--- a/cpan/Compress-Raw-Zlib/pod/FAQ.pod
+++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib/FAQ.pod
@@ -104,7 +104,7 @@ C<IO::Compress::RawDeflate>.
L<Compress::Zlib>, L<IO::Compress::Gzip>, L<IO::Uncompress::Gunzip>, L<IO::Compress::Deflate>, L<IO::Uncompress::Inflate>, L<IO::Compress::RawDeflate>, L<IO::Uncompress::RawInflate>, L<IO::Compress::Bzip2>, L<IO::Uncompress::Bunzip2>, L<IO::Compress::Lzma>, L<IO::Uncompress::UnLzma>, L<IO::Compress::Xz>, L<IO::Uncompress::UnXz>, L<IO::Compress::Lzop>, L<IO::Uncompress::UnLzop>, L<IO::Compress::Lzf>, L<IO::Uncompress::UnLzf>, L<IO::Uncompress::AnyInflate>, L<IO::Uncompress::AnyUncompress>
-L<Compress::Zlib::FAQ|Compress::Zlib::FAQ>
+L<IO::Compress::FAQ|IO::Compress::FAQ>
L<File::GlobMapper|File::GlobMapper>, L<Archive::Zip|Archive::Zip>,
L<Archive::Tar|Archive::Tar>,
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index e21b75c624..8a2ed126db 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -111,7 +111,7 @@ L<B::Debug> has been upgraded from version 1.16 to version 1.17.
=item *
-L<Compress::Raw::Zlib> has been upgraded from version 2.042 to version 2.043.
+L<Compress::Raw::Zlib> has been upgraded from version 2.042 to version 2.044.
=item *