From 5fda529418dd6484f7add356323a9a6af4134754 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 12 Aug 2019 19:45:34 +0100 Subject: Update Compress-Raw-Zlib to CPAN version 2.087 [DELTA] 2.087 10 August 2019 * clang warning in ppport.h update to latest ppport.h https://github.com/pmqs/Compress-Raw-Zlib/issues/1 664a5fbacf778acdd4cfbcc571997f3df5ee43d3 --- cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpan') diff --git a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm index de537a6afb..713ca86cb5 100644 --- a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm +++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm @@ -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.086'; +$VERSION = '2.087'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; -- cgit v1.2.1