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

Changelog

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

  * New upstream release.
  * Bump build and runtime dependencies on libcompress-raw-zlib-perl and
    libcompress-raw-bzip2-perl to >= 2.045.
  * The FAQ now gets manified and installed by the upstream build system,
    remove manual pod2man invocation from debian/rules.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  18 Dec 2011 22:34:08 +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.045.orig.tar.gz 229.5 KiB c38c0de41974fbaac1e65e79dc5ef8c487d5277147c8e79abc7800c608f9f114
libio-compress-perl_2.045-1.debian.tar.gz 3.2 KiB 3646c86c27a9d2f87fd58927297834f8b9b757f3583401e56f1b427a84cceb56
libio-compress-perl_2.045-1.dsc 2.3 KiB c3555bb5ccad2d95adbfcbcdc810920178c2b3c4fdfbb4df92b50a3c8ec61883

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.