diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-12-07 20:08:41 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-12-07 20:08:41 +0000 |
commit | a907f70298084221283b7685054de02127803ad1 (patch) | |
tree | 9dc508d5d35fdb8d6cf50ee647585ca001bb4cc6 /cpan | |
parent | d8b6bcdacb63bae3a33687b2b1b1bac052800769 (diff) | |
download | perl-a907f70298084221283b7685054de02127803ad1.tar.gz |
Update Compress-Raw-Zlib to CPAN version 2.093
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm | 2 |
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 4ba081ac90..cf7126b423 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.092'; +$VERSION = '2.093'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |