From: Ricardo Signes Date: Mon, 9 Dec 2013 21:16:29 +0000 (-0500) Subject: fix some minor Pod formating errors X-Git-Tag: 5.90052~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fc89737e02828d5d94c5271c74fb173ad29b28ca fix some minor Pod formating errors --- diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index b7c8cd3..a5c177a 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -59,10 +59,11 @@ See L. Finalize body. Prints the response output as blocking stream if it looks like a filehandle, otherwise write it out all in one go. If there is no body in the response, we assume you are handling it 'manually', such as for nonblocking -style or asynchronous streaming responses. You do this by calling L<\write> -several times (which sends HTTP headers if needed) or you close over C<$response->write_fh>. +style or asynchronous streaming responses. You do this by calling L +several times (which sends HTTP headers if needed) or you close over +C<< $response->write_fh >>. -See L and L for more. +See L and L for more. =cut