commit 6d985026 Author: Michael Brantley Date: Tue Feb 20 07:12:06 2018 -0500 Update broken Pod links in lib/POE/Filter/HTTPD.pm Update Pod links to refer only to the utf8 module and not its methods, fix a mis-capitalized internal reference, and convert the dangling "MaxContent" link into a code reference. Resolves bug: https://rt.cpan.org/Public/Bug/Display.html?id=124496 diff --git a/lib/POE/Filter/HTTPD.pm b/lib/POE/Filter/HTTPD.pm index 9d4898e3..517be691 100644 --- a/lib/POE/Filter/HTTPD.pm +++ b/lib/POE/Filter/HTTPD.pm @@ -621,10 +621,10 @@ how to use these objects. HTTP headers are not allowed to have UTF-8 characters; they must be ISO-8859-1. POE::Filter::HTTPD will convert all UTF-8 into the MIME encoded -equivalent. It uses L for detection-8 and +equivalent. It uses C for detection-8 and L for convertion. If L is not installed, no conversion happens. If L is -not installed, L is used instead. In this last case, you will +not installed, C is used instead. In this last case, you will see a warning if you try to send UTF-8 headers. @@ -651,8 +651,8 @@ streaming mode this filter will return either an HTTP::Request object or a block of content. The HTTP::Request object's content will return empty. The blocks of content will be parts of the request's body, up to Content-Length in size. You distinguish between request objects and content -blocks using C (See L below). This -option supersedes L. +blocks using C (See L below). This +option supersedes C. =head1 CAVEATS