freebsd-ports/archivers/p5-Compress-Zlib/pkg-descr
Bill Fenner a5b727886c search.cpan.org redirect reduction canonicalization project, pass 2:
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.
2005-09-21 19:35:50 +00:00

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/