libwww-mechanize-gzip-perl 0.14-2 source package in Ubuntu

Changelog

libwww-mechanize-gzip-perl (0.14-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 19:36:42 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libwww-mechanize-gzip-perl_0.14-2.dsc 2.2 KiB 02f33ab651f4253cc0b42096f32c9c678f48aeb9ee80bbdd3381ae7af07498cd
libwww-mechanize-gzip-perl_0.14.orig.tar.gz 3.4 KiB b060f6eb322b75479fcfd80af6c928c806d56a79f9974a363dd5b85828121df2
libwww-mechanize-gzip-perl_0.14-2.debian.tar.xz 2.3 KiB c312bd8248f7c0be9363acea8f77ef5a6856f5d0282dbd5b77d927b9322ed5c2

Available diffs

No changes file available.

Binary packages built by this source

libwww-mechanize-gzip-perl: 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 bandwidth 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.