Skip Menu |

This queue is for tickets about the WWW-Mechanize-GZip CPAN distribution.

Report information
The Basics
Id: 125829
Status: new
Priority: 0/
Queue: WWW-Mechanize-GZip

People
Owner: Nobody in particular
Requestors: fsfs [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [patch] fix typo in POD
--- a/lib/WWW/Mechanize/GZip.pm +++ b/lib/WWW/Mechanize/GZip.pm @@ -24,7 +24,7 @@ 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 +This module will help to reduce bandwidth fetching webpages, if supported by the webeserver. If the webserver does not support gzip-compression, no decompression will be made.