summaryrefslogblamecommitdiff
path: root/archivers/p5-Compress-Zlib/pkg-descr
blob: 9176ec58e0e7736df8c12c23263c04b16ad0e2cb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                 
       The Compress::Zlib module provides a Perl interface to the
       zlib compression library (see the AUTHORS entry elsewhere
       in this documentfor 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.