mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
5bc16c875d
Update to 0.21. Add WWW site. PR: ports/51550 Submitted by: Mathieu Arnold <m@absolight.net>
16 lines
665 B
Plaintext
16 lines
665 B
Plaintext
The Compress::Zlib module provides a Perl interface to the
|
|
zlib compression library (see the AUTHORS entry elsewhere
|
|
in this document for details about where to get zlib). Most
|
|
of the functionality provided by zlib is available in
|
|
Compress::Zlib.
|
|
|
|
The module can be split into two general areas of
|
|
functionality, namely in-memory compression/decompression
|
|
and read/write access to gzip files. Each of these areas
|
|
will be discussed separately below.
|
|
|
|
WARNING: The interface defined in this document is alpha
|
|
and is liable to change.
|
|
|
|
WWW: http://search.cpan.org/author/PMQS/Compress-Zlib/
|