summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-08-12 19:45:34 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-08-12 19:45:34 +0100
commit5fda529418dd6484f7add356323a9a6af4134754 (patch)
treea6b56e0de2e59bba625c95e7eeef4083e32d0857 /cpan
parent96684a73b5f81ca2a88309182dbc2dca9ab1601a (diff)
downloadperl-5fda529418dd6484f7add356323a9a6af4134754.tar.gz
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
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm2
1 files changed, 1 insertions, 1 deletions
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;