From: Tomas Doran Date: Fri, 21 Oct 2011 18:19:51 +0000 (-0700) Subject: Make method call be italic in docs X-Git-Tag: 5.90005~4^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=58889ece5ffe267a42384e206168edf52cceaa07 Make method call be italic in docs --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 577d4de..6d14c5b 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -318,7 +318,7 @@ Returns an L object containing the headers for the current reques =head2 $req->hostname -Returns the hostname of the client. Use $req->uri->host to get the hostname of the server. +Returns the hostname of the client. Use C<< $req->uri->host >> to get the hostname of the server. =head2 $req->input