summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
diff options
context:
space:
mode:
authorPaul Marquess <pmqs@cpan.org>2023-02-15 15:58:56 +0000
committerJames E Keenan <jkeenan@cpan.org>2023-02-15 15:58:56 +0000
commit5b9a156497c48362438ae83e84cea158f1fe43d7 (patch)
tree34b1f8a664a3b5539a067d3c9326c531efaf40b6 /cpan/IO-Compress/lib/IO/Compress/Deflate.pm
parentd0613d9c78bfb0c9d87557c829392b8dfdc4cd3a (diff)
downloadperl-5b9a156497c48362438ae83e84cea158f1fe43d7.tar.gz
IO-Compress: sync with CPAN version 2.204
From Changes: * Update Gzip.pm https://github.com/pmqs/IO-Compress/pull/49 * Allow Z_NULL https://github.com/pmqs/Compress-Raw-Zlib/issues/17
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Compress/Deflate.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Compress/Deflate.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
index 4f239ed34f..a34a6ba6e6 100644
--- a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
+++ b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
@@ -8,16 +8,16 @@ use bytes;
require Exporter ;
-use IO::Compress::RawDeflate 2.201 ();
-use IO::Compress::Adapter::Deflate 2.201 ;
+use IO::Compress::RawDeflate 2.204 ();
+use IO::Compress::Adapter::Deflate 2.204 ;
-use IO::Compress::Zlib::Constants 2.201 ;
-use IO::Compress::Base::Common 2.201 qw();
+use IO::Compress::Zlib::Constants 2.204 ;
+use IO::Compress::Base::Common 2.204 qw();
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $DeflateError);
-$VERSION = '2.201';
+$VERSION = '2.204';
$DeflateError = '';
@ISA = qw(IO::Compress::RawDeflate Exporter);
@@ -892,7 +892,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2022 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2023 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.