libio-compress-perl 2.090-1 source package in Ubuntu
Changelog
libio-compress-perl (2.090-1) unstable; urgency=medium * Import upstream version 2.090. * Drop spelling.patch, merged upstream. * Bump version of build dependencies. * Add patch to make new test work under autopkgtest. -- gregor herrmann <email address hidden> Sun, 10 Nov 2019 22:51:50 +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.090-1.dsc | 2.5 KiB | 441347e4af996c3340d7cac78542cf5fed700e640de3124ea5cb89feaf5bd731 |
libio-compress-perl_2.090.orig.tar.gz | 270.7 KiB | 4c12e54a83f993372d43dd67389a1ca92b5c33c108c7f86768a4797cd994e987 |
libio-compress-perl_2.090-1.debian.tar.xz | 5.6 KiB | 15cf0076df309ae2e8d1f2e2ed47502dfdacd3bb534aa361f38a0eeb9450534a |
Available diffs
- diff from 2.089-1 to 2.090-1 (6.7 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.