Skip to content

Commit

Permalink
update to version 2.089
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Nov 3, 2019
1 parent cb1180f commit 5dd5449
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGES
-------

2.089 3 November 2019

* No Changes

2.088 31 October 2019

* Add Support Details
Expand Down
21 changes: 10 additions & 11 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Compress-Raw-Bzip2

Version 2.088
Version 2.089

3 November 2019

Expand All @@ -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
-----------
Expand Down Expand Up @@ -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.

Expand All @@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Compress/Raw/Bzip2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion t/000prereq.t
Original file line number Diff line number Diff line change
Expand Up @@ -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(
);
Expand Down

0 comments on commit 5dd5449

Please sign in to comment.