libio-compress-perl 2.046-1 source package in Ubuntu

Changelog

libio-compress-perl (2.046-1) unstable; urgency=low

  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 Jan 2012 02:33:39 +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 Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-compress-perl_2.046.orig.tar.gz 229.6 KiB 10e652ef50d035a0b2acc4920dff5f64832da9cabb69015820cd16bb9e8cbe19
libio-compress-perl_2.046-1.debian.tar.gz 3.2 KiB d4240e228919cdea01e0014e0d1f542ff1c511b969b32415895a9c8d0cf54594
libio-compress-perl_2.046-1.dsc 2.3 KiB d1c5a7d3189645cc252bc9986175f347b077eb3015ca70013744297f9dbc7e7a

Available diffs

View changes file

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.