libio-compress-perl 2.201-2 source package in Ubuntu
Changelog
libio-compress-perl (2.201-2) unstable; urgency=medium * Add patch to fix test issue with different build time vs. runtime zlib version. (Closes: #1026753) * Declare compliance with Debian Policy 4.6.2. -- gregor herrmann <email address hidden> Fri, 30 Dec 2022 18:24:47 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-compress-perl_2.201-2.dsc | 2.5 KiB | 243b43f310ae3b6a75808aaa1a0a54a2e5fae634808b813c59c4bc5ad87f2de7 |
libio-compress-perl_2.201.orig.tar.gz | 291.1 KiB | f6c55c4e39cfaa3219965dd3b36c9de1edee9a82a10a9cadeb3b74a9ceeeaaad |
libio-compress-perl_2.201-2.debian.tar.xz | 6.6 KiB | a4c33e7b15436890712697cfa27abfda1dcb6ab89a130954d5e10593ae5b0bd3 |
Available diffs
- diff from 2.201-1 to 2.201-2 (1.1 KiB)
No changes file available.
Binary packages built by this source
- libio-compress-perl: bundle of IO::Compress modules
This package contains the following IO::Compress and IO::Uncompress modules:
.
- Compress::Zlib
- IO::Compress::Base
- IO::Compress::Bzip2
- IO::Compress::Deflate
- IO::Compress::Gzip
- IO::Compress::RawDeflate
- IO::Compress::Zip
- IO::Uncompress::Base
- IO::Uncompress::Bunzip2
- IO::Uncompress::Gunzip
- IO::Uncompress::Inflate
- IO::Uncompress::RawInflate
- IO::Uncompress::Unzip
.
Compress::Zlib is a Perl external module which provides an interface to
the info-zip zlib compression library. zlib is a general purpose
compression library.
.
Some of the features provided by Compress::Zlib include:
.
* in-memory compression and decompression
* read and write gzip (.gz) files directly.
.
IO::Compress::Bunzip2 and IO::Uncompress: :Bunzip2 provide a Perl interface
that allows transparent reading and writing bzip2 compressed data to files or
buffers.
.
IO::Compress::Base is the base class for all IO::Compress and IO::Uncompress
modules. It is not intended for direct use in application code. Its sole
purpose is to be sub-classed by IO::Compress modules.