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

Changelog

libio-compress-perl (2.207-1) unstable; urgency=medium

  * Import upstream version 2.207.
  * Update years of upstream and packaging copyright.
  * Bump versioned test and runtime dependencies.
  * Simplify tests-version-skew.patch.
    Thanks to upstream author Paul Marques for the suggestion.

 -- gregor herrmann <email address hidden>  Thu, 22 Feb 2024 18:19:55 +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 Pocket Published Component Section
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-compress-perl_2.207-1.dsc 2.5 KiB 7127b55a74841984064f4aa2b5329db020b164bbb2f141af2b254f795005fcee
libio-compress-perl_2.207.orig.tar.gz 319.0 KiB d08b2e7ed30a2a9dca9c75b50ecfe825f4fd01bf201c81511087247e23e8ab07
libio-compress-perl_2.207-1.debian.tar.xz 6.7 KiB 69872b03a9fab159ee1b467e31e668f4910c9ee2afa0741e991b699e5cf9b1a8

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.