Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 51818
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: bobtfish [...] bobtfish.net
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Fixed in trunk. http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=12000 Thanks very much for the patch! Cheers t0m