mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
a5b727886c
Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
16 lines
658 B
Plaintext
16 lines
658 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/dist/Compress-Zlib/
|