The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
PerlIO::via::gzip - PerlIO layer for gzip (de)compression

PerlIO::via::gzip uses the Compress::Zlib module to read and write
gzip files. The zlib library is required.

Thanks for downloading!

To install, simply:

perl Build.PL
./Build
./Build test
./Build install