diff options
-rw-r--r-- | MANIFEST | 2 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/Compress-Raw-Bzip2/Changes | 4 | ||||
-rw-r--r-- | cpan/Compress-Raw-Bzip2/README | 6 | ||||
-rw-r--r-- | cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm | 4 | ||||
-rw-r--r-- | cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2/FAQ.pod (renamed from cpan/Compress-Raw-Bzip2/pod/FAQ.pod) | 2 | ||||
-rw-r--r-- | cpan/Compress-Raw-Bzip2/t/000prereq.t | 2 | ||||
-rw-r--r-- | pod/perldelta.pod | 2 |
8 files changed, 14 insertions, 10 deletions
@@ -227,8 +227,8 @@ 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/Makefile.PL -cpan/Compress-Raw-Bzip2/pod/FAQ.pod cpan/Compress-Raw-Bzip2/private/MakeUtil.pm cpan/Compress-Raw-Bzip2/README cpan/Compress-Raw-Bzip2/t/000prereq.t diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 59390cb310..68b2522e9e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -378,7 +378,7 @@ use File::Glob qw(:case); 'Compress::Raw::Bzip2' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.043.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.044.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, qw( bzip2-src/bzip2-cpp.patch diff --git a/cpan/Compress-Raw-Bzip2/Changes b/cpan/Compress-Raw-Bzip2/Changes index 79f5442ab5..1b080c2092 100644 --- a/cpan/Compress-Raw-Bzip2/Changes +++ b/cpan/Compress-Raw-Bzip2/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-Bzip2/README b/cpan/Compress-Raw-Bzip2/README index 03c8a2d4ce..a833837176 100644 --- a/cpan/Compress-Raw-Bzip2/README +++ b/cpan/Compress-Raw-Bzip2/README @@ -1,9 +1,9 @@ Compress-Raw-Bzip2 - 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 @@ -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.043" ; + $VERSION = "2.044" ; 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/lib/Compress/Raw/Bzip2.pm b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm index 9068a461d2..d4b6bc6ac2 100644 --- a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm +++ b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm @@ -12,7 +12,7 @@ use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.043'; +$VERSION = '2.044'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -359,7 +359,7 @@ The following bzip2 constants are exported by this module 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-Bzip2/pod/FAQ.pod b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2/FAQ.pod index d3ab73b64a..8b5630b47f 100644 --- a/cpan/Compress-Raw-Bzip2/pod/FAQ.pod +++ b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2/FAQ.pod @@ -81,7 +81,7 @@ write a C<.tar.Z> file 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-Bzip2/t/000prereq.t b/cpan/Compress-Raw-Bzip2/t/000prereq.t index e9a9925a01..b1953bd4c3 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.043'; + my $VERSION = '2.044'; my @NAMES = qw( ); diff --git a/pod/perldelta.pod b/pod/perldelta.pod index af0663a82e..e21b75c624 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -115,7 +115,7 @@ L<Compress::Raw::Zlib> has been upgraded from version 2.042 to version 2.043. =item * -L<Compress::Raw::Bzip2> has been upgraded from version 2.042 to version 2.043. +L<Compress::Raw::Bzip2> has been upgraded from version 2.042 to version 2.044. =item * |