Source: libperlio-gzip-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: perl, debhelper (>= 9.20120312~), zlib1g-dev Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperlio-gzip-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperlio-gzip-perl.git Homepage: https://metacpan.org/release/PerlIO-gzip Package: libperlio-gzip-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: module providing a PerlIO layer to gzip/gunzip PerlIO::gzip is a Perl module that provides a PerlIO layer for manipulating files in the format used by the gzip program. Compression and decompression are both implemented, but cannot be used simultaneously (i.e. files cannot be opened for both reading and writing).