Skip to content

Commit

Permalink
Update to 2.088
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Nov 3, 2019
1 parent d348ad7 commit 0286f77
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGES
-------

2.088 31 October 2019

* Add SUPPORT section
d348ad76c2073a2973d094891fbd0c2e24bf397d

* 000prereq.t: dump Perl version
e1afe502818cb1ccf5bad917b14b029b408f47f1

2.087 10 August 2019

* clang warning in ppport.h
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"web" : "https://github.com/pmqs/Compress-Raw-Zlib"
}
},
"version" : "2.087",
"version" : "2.088",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ resources:
bugtracker: https://github.com/pmqs/Compress-Raw-Zlib/issues
homepage: https://github.com/pmqs/Compress-Raw-Zlib
repository: git://github.com/pmqs/Compress-Raw-Zlib.git
version: '2.087'
version: '2.088'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Compress-Raw-Zlib

Version 2.087
Version 2.088

10 August 2019
3 November 2019

Copyright (c) 2005-2019 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
Expand Down Expand Up @@ -359,7 +359,7 @@ To help me help you, I need all of the following information:
If you haven't installed Compress-Raw-Zlib then search Compress::Raw::Zlib.pm
for a line like this:

$VERSION = "2.087" ;
$VERSION = "2.088" ;

c. The version of zlib you have used.
If you have successfully installed Compress-Raw-Zlib, this one-liner
Expand Down
2 changes: 1 addition & 1 deletion lib/Compress/Raw/Zlib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use warnings ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DEFLATE_CONSTANTS, @DEFLATE_CONSTANTS);

$VERSION = '2.087';
$VERSION = '2.088';
$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 @@ -22,7 +22,7 @@ BEGIN
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };


my $VERSION = '2.087';
my $VERSION = '2.088';
my @NAMES = qw(
);
Expand Down

0 comments on commit 0286f77

Please sign in to comment.