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