[Catalyst-commits] r12000 - in Catalyst-Runtime/5.80/trunk: .
lib/Catalyst
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Tue Nov 24 09:50:07 GMT 2009
Author: t0m
Date: 2009-11-24 09:50:07 +0000 (Tue, 24 Nov 2009)
New Revision: 12000
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Response.pm
Log:
Trivial Pod fixes
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-11-24 09:09:18 UTC (rev 11999)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-11-24 09:50:07 UTC (rev 12000)
@@ -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:
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Response.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Response.pm 2009-11-24 09:09:18 UTC (rev 11999)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Response.pm 2009-11-24 09:50:07 UTC (rev 12000)
@@ -150,7 +150,7 @@
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
More information about the Catalyst-commits
mailing list