summaryrefslogtreecommitdiff
path: root/cpan/Compress-Raw-Bzip2
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-01-11 16:55:36 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-01-11 16:55:36 +0000
commit5ebf8416798c31a7816f00f999ed6ef70b0190dd (patch)
tree8e2f5b81ac8616ad5c8db60c660b647b6b4e11a4 /cpan/Compress-Raw-Bzip2
parentae0f8eeeacb8af9e5ba70551659f75656dac5962 (diff)
downloadperl-5ebf8416798c31a7816f00f999ed6ef70b0190dd.tar.gz
Update Compress-Raw-Bzip2 to CPAN version 2.033
[DELTA] 2.033 11 Jan 2011 * Fixed typos & spelling errors. [perl# 81782] 2.032 4 Jan 2011 * No Changes
Diffstat (limited to 'cpan/Compress-Raw-Bzip2')
-rw-r--r--cpan/Compress-Raw-Bzip2/Changes12
-rw-r--r--cpan/Compress-Raw-Bzip2/README8
-rw-r--r--cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm4
-rw-r--r--cpan/Compress-Raw-Bzip2/pod/FAQ.pod4
-rw-r--r--cpan/Compress-Raw-Bzip2/t/000prereq.t2
5 files changed, 20 insertions, 10 deletions
diff --git a/cpan/Compress-Raw-Bzip2/Changes b/cpan/Compress-Raw-Bzip2/Changes
index f266a796d6..441f4f09db 100644
--- a/cpan/Compress-Raw-Bzip2/Changes
+++ b/cpan/Compress-Raw-Bzip2/Changes
@@ -1,9 +1,19 @@
CHANGES
-------
+ 2.033 11 Jan 2011
+ * Fixed typos & spelling errors.
+ [perl# 81782]
+
+ 2.032 4 Jan 2011
+
+ * No Changes
+
2.031 21 September 2010
* Updated to use bzip2 1.0.6
+ Version 1.0.6 removes a potential security vulnerability,
+ CVE-2010-0405, so all users are recommended to upgrade immediately.
2.030 22 July 2010
@@ -29,7 +39,7 @@ CHANGES
[RT# 47225]
* Fixed instance where $[ should have been $] in t/01bzip2.t
- Thanks to Robin Barker and zefram [RT #50764] for independantly
+ Thanks to Robin Barker and zefram [RT #50764] for independently
spotting the issue.
2.021 30 August 2009
diff --git a/cpan/Compress-Raw-Bzip2/README b/cpan/Compress-Raw-Bzip2/README
index bfc5502455..75e11478e7 100644
--- a/cpan/Compress-Raw-Bzip2/README
+++ b/cpan/Compress-Raw-Bzip2/README
@@ -1,11 +1,11 @@
Compress-Raw-Bzip2
- Version 2.031
+ Version 2.033
- 21st September 2010
+ 11th January 2011
- Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
+ Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
@@ -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.031" ;
+ $VERSION = "2.033" ;
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 c307e22ec4..9aadba333b 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.031';
+$VERSION = '2.033';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -354,7 +354,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/cpan/Compress-Raw-Bzip2/pod/FAQ.pod b/cpan/Compress-Raw-Bzip2/pod/FAQ.pod
index 3c7e9e5506..d3ab73b64a 100644
--- a/cpan/Compress-Raw-Bzip2/pod/FAQ.pod
+++ b/cpan/Compress-Raw-Bzip2/pod/FAQ.pod
@@ -39,7 +39,7 @@ available
See previous FAQ item.
-If the C<Archive::Tar> module is instaled and either the C<uncompress> or
+If the C<Archive::Tar> module is installed and either the C<uncompress> or
C<gunzip> programs are available, you can use one of these workarounds to
read C<.tar.Z> files.
@@ -97,7 +97,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/cpan/Compress-Raw-Bzip2/t/000prereq.t b/cpan/Compress-Raw-Bzip2/t/000prereq.t
index 346c58769a..83a77fd2ea 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.031';
+ my $VERSION = '2.033';
my @NAMES = qw(
);