Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 33843
Status: resolved
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: at [...] altlinux.ru
Cc:
AdminCc:

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



Subject: [PATCH] HTTP/Message.pm: fixed pod typo: s/decode_content/decoded_content/
Date: Thu, 6 Mar 2008 08:59:10 +0300
To: bug-libwww-perl [...] rt.cpan.org
From: Alexey Tourbin <at [...] altlinux.ru>
--- lib/HTTP/Message.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/HTTP/Message.pm b/lib/HTTP/Message.pm index 143512e..f9e1d83 100644 --- a/lib/HTTP/Message.pm +++ b/lib/HTTP/Message.pm @@ -601,7 +601,7 @@ This override the default charset of "ISO-8859-1". If TRUE then raise an exception if not able to decode content. Reason might be that the specified C<Content-Encoding> or C<charset> is not -supported. If this option is FALSE, then decode_content() will return +supported. If this option is FALSE, then decoded_content() will return C<undef> on errors, but will still set $@. =item C<ref> -- 1.5.3.8.GIT
Applied.