summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorNicolas R <nicolas@atoomic.org>2021-03-20 15:18:18 -0600
committerℕicolas ℝ <nicolas@atoomic.org>2021-03-20 16:16:04 -0600
commitf1747b0ee406b45a9a5cce91b8c3b53eeceded6b (patch)
treedd982971150ddc38f6cb8b9cef8baf022300bf11 /cpan
parent106814e0c557755dc0b4c16b98e1ecce229618c0 (diff)
downloadperl-f1747b0ee406b45a9a5cce91b8c3b53eeceded6b.tar.gz
Synchronize Compress-Raw-Zlib with CPAN 2.101
[DELTA] 2.101 20 February 2021 * fix version numbers in meta files
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 df50ea3142..2cb6f1e48d 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.100';
+$VERSION = '2.101';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;