Skip to content

Commit a9ad3a3

Browse files
pmqsjkeenan
authored andcommitted
cpan/Compress-Raw-Zlib - Update to version 2.213
2.213 28 August 2024 * version 2.213 Wed Aug 28 15:42:15 2024 +0100 6db34434df59999e57aacfcb52a9cc8cb5161155 * Add zlib-ng 2.2.1 to workflow Tue Jul 2 15:28:39 2024 +0100 fe3cd4a98c1e432fa06aed1617599424048d6ac8 * add zlib-ng 2.1.7 & 2.2.0 Wed Jun 19 17:07:02 2024 +0100 293d041abfa7763d3e8c4be8fa41024a80cd9a4b * Add zlib-ng 2.1.7 & 2.2.0 to github workflow Wed Jun 19 16:57:56 2024 +0100 2db84c21e4441a23d289e593f201597f0d863fe4 * remove Werror from clang legacy builds Mon Jun 17 10:41:34 2024 +0100 d6440a3e08254c64bb8e5d8d805697d19895745b * use -xc++ when building with C++ Mon Jun 17 08:04:20 2024 +0100 da8e6b716f81148e9720257414e41c724dc43cc0 * Add perl 5.40 to workflows Sun Jun 16 17:42:29 2024 +0100 f7d1764f4e5a944c35ae3d27ae488c707e21784b
1 parent f8647d3 commit a9ad3a3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Porting/Maintainers.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ package Maintainers;
227227
},
228228

229229
'Compress::Raw::Zlib' => {
230-
'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.212.tar.gz',
231-
'SYNCINFO' => 'LeoNerd on Sat Apr 27 14:15:07 2024',
230+
'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.213.tar.gz',
231+
'SYNCINFO' => 'jkeenan on Wed Aug 28 13:58:29 2024',
232232
'FILES' => q[cpan/Compress-Raw-Zlib],
233233
'EXCLUDED' => [
234234
qr{^examples/},

cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use warnings ;
1010
use bytes ;
1111
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DEFLATE_CONSTANTS, @DEFLATE_CONSTANTS);
1212

13-
$VERSION = '2.212';
13+
$VERSION = '2.213';
1414
$XS_VERSION = $VERSION;
1515
$VERSION = eval $VERSION;
1616

cpan/Compress-Raw-Zlib/t/01version.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ SKIP:
7373
'2.1.4' => '1.3.0.zlib-ng',
7474
'2.1.5' => '1.3.0.zlib-ng',
7575
'2.1.6' => '1.3.0.zlib-ng',
76+
'2.1.7' => '1.3.1.zlib-ng',
77+
'2.2.0' => '1.3.1.zlib-ng',
78+
'2.2.1' => '1.3.1.zlib-ng',
7679
);
7780

7881
my $zv = Compress::Raw::Zlib::zlibng_version();

0 commit comments

Comments
 (0)