diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-08 14:09:53 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-08 14:09:53 +0100 |
commit | 16e4c876349cf3bfb1b135fa39cc3b5e39627ac8 (patch) | |
tree | 20670b07ce1017e3551ec007976844d47c84173f /cpan/Compress-Raw-Bzip2 | |
parent | 9d90bd60fec830834e56dfd4cc1aaf499c322831 (diff) | |
download | perl-16e4c876349cf3bfb1b135fa39cc3b5e39627ac8.tar.gz |
Upgrade Compress-Raw-Bzip2 and Compress-Raw-Zlib to 2.055
Diffstat (limited to 'cpan/Compress-Raw-Bzip2')
-rw-r--r-- | cpan/Compress-Raw-Bzip2/README | 6 | ||||
-rw-r--r-- | cpan/Compress-Raw-Bzip2/t/000prereq.t | 2 |
2 files changed, 4 insertions, 4 deletions
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( ); |