Skip to content

Commit

Permalink
cpan/Compress-Raw-Zlib - Update to version 2.213
Browse files Browse the repository at this point in the history
  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
  • Loading branch information
pmqs authored and jkeenan committed Aug 28, 2024
1 parent f8647d3 commit a9ad3a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ package Maintainers;
},

'Compress::Raw::Zlib' => {
'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.212.tar.gz',
'SYNCINFO' => 'LeoNerd on Sat Apr 27 14:15:07 2024',
'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.213.tar.gz',
'SYNCINFO' => 'jkeenan on Wed Aug 28 13:58:29 2024',
'FILES' => q[cpan/Compress-Raw-Zlib],
'EXCLUDED' => [
qr{^examples/},
Expand Down
2 changes: 1 addition & 1 deletion cpan/Compress-Raw-Zlib/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.212';
$VERSION = '2.213';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
3 changes: 3 additions & 0 deletions cpan/Compress-Raw-Zlib/t/01version.t
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ SKIP:
'2.1.4' => '1.3.0.zlib-ng',
'2.1.5' => '1.3.0.zlib-ng',
'2.1.6' => '1.3.0.zlib-ng',
'2.1.7' => '1.3.1.zlib-ng',
'2.2.0' => '1.3.1.zlib-ng',
'2.2.1' => '1.3.1.zlib-ng',
);

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

0 comments on commit a9ad3a3

Please sign in to comment.