From: Tomas Doran Date: Tue, 24 Nov 2009 09:50:07 +0000 (+0000) Subject: Trivial Pod fixes X-Git-Tag: 5.80014_02~10^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ee24f3a811ffe5b55e2645cfcb060b0fc4800cfb;hp=69db240eb72e649e5bad28e9e1cc7656c3fcf9e8 Trivial Pod fixes --- diff --git a/Changes b/Changes index 1901419..012815c 100644 --- a/Changes +++ b/Changes @@ -13,6 +13,9 @@ - NoTabs and Pod tests moved to t/author so that they're not run (and then skipped) normally. + Documentation: + - Fix Pod nits in Catalyst::Response (RT#51818) + 5.80014_01 2009-11-22 20:01:23 Bug fixes: diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index bbfa316..f268aef 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -150,7 +150,7 @@ C<302>. This is a convenience method that sets the Location header to the redirect destination, and then sets the response status. You will -want to C< return; > or C< $c->detach() > to interrupt the normal +want to C< return > or C<< $c->detach() >> to interrupt the normal processing flow if you want the redirect to occur straight away. =cut