From 5dd5449c011e67733e75e56634e55984eaa26d63 Mon Sep 17 00:00:00 2001 From: pmqs Date: Sun, 3 Nov 2019 19:47:24 +0000 Subject: [PATCH] update to version 2.089 --- Changes | 4 ++++ README | 21 ++++++++++----------- lib/Compress/Raw/Bzip2.pm | 2 +- t/000prereq.t | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/Changes b/Changes index cd1cae7..ba84166 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ CHANGES ------- + 2.089 3 November 2019 + + * No Changes + 2.088 31 October 2019 * Add Support Details diff --git a/README b/README index 64060ce..a073a0d 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Compress-Raw-Bzip2 - Version 2.088 + Version 2.089 3 November 2019 @@ -16,12 +16,11 @@ Full source for the bzip2 library is available at https://sourceware.org/bzip2/ - Note that some of the bzip2 source files have been modified - to allow them to build with a C++ compiler - and/or silence compiler warnings. - The file bzip2-src/bzip2.patch contains the patch + Note that some of the bzip2 source files have been modified + to allow them to build with a C++ compiler + and/or silence compiler warnings. + The file bzip2-src/bzip2.patch contains the patch that was used to modify the original source. - DESCRIPTION ----------- @@ -136,7 +135,7 @@ option. SUPPORT ------- -General feedback/questions/bug reports should be sent to +General feedback/questions/bug reports should be sent to https://github.com/pmqs/Compress-Raw-Bzip2/issues (preferred) or https://rt.cpan.org/Public/Dist/Display.html?Name=Compress-Raw-Bzip2. @@ -151,12 +150,12 @@ To help me help you, I need all of the following information: This includes: a. The *complete* output from running this - + perl -V - + Do not edit the output in any way. Note, I want you to run "perl -V" and NOT "perl -v". - + If your perl does not understand the "-V" option it is too old. This module needs Perl version 5.004 or better. @@ -173,7 +172,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.088" ; + $VERSION = "2.089" ; c. The version of bzip2 you have used. If you have successfully installed Compress-Raw-Bzip2, this one-liner diff --git a/lib/Compress/Raw/Bzip2.pm b/lib/Compress/Raw/Bzip2.pm index 668ea70..ce2ac2a 100644 --- a/lib/Compress/Raw/Bzip2.pm +++ b/lib/Compress/Raw/Bzip2.pm @@ -11,7 +11,7 @@ use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.088'; +$VERSION = '2.089'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/t/000prereq.t b/t/000prereq.t index 805624f..8f66d40 100644 --- a/t/000prereq.t +++ b/t/000prereq.t @@ -19,7 +19,7 @@ BEGIN if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; - my $VERSION = '2.088'; + my $VERSION = '2.089'; my @NAMES = qw( );