summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-11-06 21:59:15 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-11-06 23:24:10 +0000
commit30bda221abb9f1d0e477d90f93fbda061d7a62ec (patch)
tree8a6fc5b862226a866e8db5d0166352ec3b8d5950 /cpan
parent7c3f362035dec9b7eaec388b1f7f1619c1bd96a3 (diff)
downloadperl-30bda221abb9f1d0e477d90f93fbda061d7a62ec.tar.gz
Update Compress-Raw-Zlib to CPAN version 2.089
[DELTA] 2.089 3 November 2019 * No Changes 2.088 31 October 2019 * Add SUPPORT section d348ad76c2073a2973d094891fbd0c2e24bf397d * 000prereq.t: dump Perl version e1afe502818cb1ccf5bad917b14b029b408f47f1
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm8
1 files changed, 7 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 713ca86cb5..4ee685bca0 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.087';
+$VERSION = '2.089';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -1557,6 +1557,12 @@ C<IO::Compress::RawDeflate>.
All the I<zlib> constants are automatically imported when you make use
of I<Compress::Raw::Zlib>.
+=head1 SUPPORT
+
+General feedback/questions/bug reports should be sent to
+L<https://github.com/pmqs/Compress-Raw-Zlib/issues> (preferred) or
+L<https://rt.cpan.org/Public/Dist/Display.html?Name=Compress-Raw-Zlib>.
+
=head1 SEE ALSO
L<Compress::Zlib>, L<IO::Compress::Gzip>, L<IO::Uncompress::Gunzip>, L<IO::Compress::Deflate>, L<IO::Uncompress::Inflate>, L<IO::Compress::RawDeflate>, L<IO::Uncompress::RawInflate>, L<IO::Compress::Bzip2>, L<IO::Uncompress::Bunzip2>, L<IO::Compress::Lzma>, L<IO::Uncompress::UnLzma>, L<IO::Compress::Xz>, L<IO::Uncompress::UnXz>, L<IO::Compress::Lzip>, L<IO::Uncompress::UnLzip>, L<IO::Compress::Lzop>, L<IO::Uncompress::UnLzop>, L<IO::Compress::Lzf>, L<IO::Uncompress::UnLzf>, L<IO::Compress::Zstd>, L<IO::Uncompress::UnZstd>, L<IO::Uncompress::AnyInflate>, L<IO::Uncompress::AnyUncompress>