Name : perl-IO-Zlib
| |
Version : 1.04
| Vendor : Tom Hughes < tom_compton_nu>
|
Release : 1
| Date : 2004-11-25 13:56:26
|
Group : Applications/CPAN
| Source RPM : perl-IO-Zlib-1.04-1.src.rpm
|
Size : 0.02 MB
| |
Packager : Peter Pramberger < peter_pramberger_member_fsf_org>
| |
Summary : IO-Zlib - IO:: style interface to L< Compress::Zlib>
|
Description :
C< IO::Zlib> provides an IO:: style interface to L< Compress::Zlib> and hence to gzip/zlib compressed files. It provides many of the same methods as the L< IO::Handle> interface.
Starting from IO::Zlib version 1.02, IO::Zlib can also use an external F< gzip> command. The default behaviour is to try to use an external F< gzip> if no C< Compress::Zlib> can be loaded, unless explicitly disabled by
use IO::Zlib qw(:gzip_external 0);
If explicitly enabled by
use IO::Zlib qw(:gzip_external 1);
then the external F< gzip> is used B< instead> of C< Compress::Zlib>.
|
RPM found in directory: /packages/linux-pbone/archive/ftp.pramberger.at/systems/linux/contrib/rh73/noarch |