Subject: | [Patch] POD nit |
The attached patch against 5.80014_01 fixes a POD rendering error and
makes the suggestions consistent.
Subject: | pod.patch |
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