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

Changelog

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


  * New upstream release.
  * Update years of packaging copyright.
  * Bump versioned build dependencies.

 -- gregor herrmann <email address hidden>  Sat, 05 Oct 2013 20:25:47 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-compress-perl_2.062-1.dsc 2.3 KiB 6d976b49f3a69616462ca5ed64d552b62497700950a3216fdf9f74767777cfdf
libio-compress-perl_2.062.orig.tar.gz 237.0 KiB 71ec41542ce454f28bfd8286db26dd136ae666e6d3b05673628ef7f14f0f5835
libio-compress-perl_2.062-1.debian.tar.gz 3.9 KiB 5380eb45e7511cd4c96859c62602ae4e69ea0f26a49fc6028bdb2b60cf8fd4ce

Available diffs

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.