libio-compress-perl 2.037-2 source package in Ubuntu
Changelog
libio-compress-perl (2.037-2) unstable; urgency=low * Team upload. [ gregor herrmann ] * Remove transitional dummy packages (closes: #542686, #542691, #542694, #542696). [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 11:06:45 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-compress-perl_2.037.orig.tar.gz | 213.7 KiB | 38e48afbebbbf1042dc835a1a461644984859e1b2e272772343ea7f79d1a1a1e |
libio-compress-perl_2.037-2.debian.tar.gz | 3.2 KiB | 37c1cb5672230dbe0041a7d2f7359a579ee69ba8ecf5fcb3853a8f60da28e849 |
libio-compress-perl_2.037-2.dsc | 2.2 KiB | 44ae9c2594e717a30236ede9881df6a8926a48e2f94241a9aebb40a23a5532a7 |
Available diffs
- diff from 2.037-1 (in Debian) to 2.037-2 (1.4 KiB)
Binary packages built by this source
- libio-compress-perl: bundle of IO::Compress modules
This package contains all IO::Compress and IO::Uncompress modules:
.
- Compress-Zlib
- IO-Compress-Zlib
- IO-Compress-Bzip2
- IO-Compress-Base
.
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::Bases 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.