diff options
author | Paul Marquess <pmqs@cpan.org> | 2023-02-15 15:58:56 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2023-02-15 15:58:56 +0000 |
commit | 5b9a156497c48362438ae83e84cea158f1fe43d7 (patch) | |
tree | 34b1f8a664a3b5539a067d3c9326c531efaf40b6 /cpan/IO-Compress/lib/IO/Uncompress/Base.pm | |
parent | d0613d9c78bfb0c9d87557c829392b8dfdc4cd3a (diff) | |
download | perl-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/Uncompress/Base.pm')
-rw-r--r-- | cpan/IO-Compress/lib/IO/Uncompress/Base.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/IO-Compress/lib/IO/Uncompress/Base.pm b/cpan/IO-Compress/lib/IO/Uncompress/Base.pm index eeca15f9b5..2ad0a769c0 100644 --- a/cpan/IO-Compress/lib/IO/Uncompress/Base.pm +++ b/cpan/IO-Compress/lib/IO/Uncompress/Base.pm @@ -9,12 +9,12 @@ our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); -$VERSION = '2.201'; +$VERSION = '2.204'; use constant G_EOF => 0 ; use constant G_ERR => -1 ; -use IO::Compress::Base::Common 2.201 ; +use IO::Compress::Base::Common 2.204 ; use IO::File ; use Symbol; @@ -1567,7 +1567,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. |