Skip to content

Commit

Permalink
Version 2.204
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 8, 2023
1 parent eafe29c commit 0311801
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGES
-------

2.204 8 February 2023
* Update zlib sources to zlib-1.2.13
https://github.com/pmqs/Compress-Raw-Zlib/issues/20
eafe29c85437582d16c6bda16449ea2dea534266

* Use GIMME_V instead of the deprecated GIMME
https://github.com/pmqs/Compress-Raw-Zlib/pull/19
7a7b045d9d8729a6c82a78039dab5decf7e65907


2.202 27 June 2022

* Z_NULL should be 'UV' rather than 'PV'
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.202",
"version" : "2.204",
"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.202'
version: '2.204'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Compress-Raw-Zlib

Version 2.202
Version 2.204

27 June 2022
8 February 2023

Copyright (c) 2005-2022 Paul Marquess. All rights reserved.
Copyright (c) 2005-2023 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.

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.202" ;
$VERSION = "2.204" ;

c. The version of zlib you have used.
If you have successfully installed Compress-Raw-Zlib, this one-liner
Expand Down
4 changes: 2 additions & 2 deletions 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.202';
$VERSION = '2.204';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down Expand Up @@ -1637,7 +1637,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
Copyright (c) 2005-2022 Paul Marquess. All rights reserved.
Copyright (c) 2005-2023 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.
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.202';
my $VERSION = '2.204';
my @NAMES = qw(
);
Expand Down

0 comments on commit 0311801

Please sign in to comment.