1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libwww-mechanize-gzip-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libwww-mechanize-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christine Spang <christine@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/WWW-Mechanize-GZip/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-mechanize-gzip-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-mechanize-gzip-perl
Package: libwww-mechanize-gzip-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libwww-mechanize-perl
Description: Perl module to fetch webpages with gzip-compression
The WWW::Mechanize::GZip module tries to fetch a URL by requesting
gzip-compression from the webserver.
.
If the response contains a header with 'Content-Encoding: gzip', it
decompresses the response in order to get the original (uncompressed)
content.
.
This module will help to reduce bandwith fetching webpages, if supported
by the webeserver. If the webserver does not support gzip-compression,
no compression will be used.
.
This modules is a direct subclass of WWW::Mechanize and will therefore
support any methods provided by WWW::Mechanize.
.
The decompression is handled by Compress::Zlib::memGunzip.
|