Perl extension to provide a PerlIO layer to gzip/gunzip
Description
PerlIO::gzip provides a PerlIO layer that manipulates files in the format
used by the gzip program. Compression and decompression are implemented.
This is akin to Compress::Zlib, except that it operates at the lower PerlIO
layer.