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~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=178dca5f50ddbee5adbfdbc7c6311f83da9efd50 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