X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FResponse.pm;h=f268aefbee830273aaedc6d3c1859b86cb30e983;hp=bbfa316be7680aa32790cf5865a092b0e6e26394;hb=ee24f3a811ffe5b55e2645cfcb060b0fc4800cfb;hpb=69db240eb72e649e5bad28e9e1cc7656c3fcf9e8 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