Compress::Bzip2 - Interface to Bzip2 compression library http://www.cpan.org
Go to file
2024-01-06 08:42:43 +01:00
perl-Compress-Bzip2.spec automatic update by autodist [release 2.28-1mamba;Mon Sep 14 2020] 2024-01-06 08:42:43 +01:00
README.md update to 2.26 [release 2.26-1mamba;Fri Jan 10 2020] 2024-01-06 08:42:43 +01:00

perl-Compress-Bzip2

The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library (see "AUTHOR" for details about where to get Bzip2). A relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2. All string parameters can either be a scalar or a scalar reference. The module can be split into two general areas of functionality, namely in-memory compression/decompression and read/write access to bzip2 files. Each of these areas will be discussed separately below.