[Catalyst-commits] r8134 - Catalyst-Runtime/5.70/trunk/lib/Catalyst

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Thu Jul 17 16:33:08 BST 2008


Author: bricas
Date: 2008-07-17 16:33:07 +0100 (Thu, 17 Jul 2008)
New Revision: 8134

Modified:
   Catalyst-Runtime/5.70/trunk/lib/Catalyst/Response.pm
Log:
tiny doc update

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst/Response.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst/Response.pm	2008-07-17 01:41:54 UTC (rev 8133)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst/Response.pm	2008-07-17 15:33:07 UTC (rev 8134)
@@ -106,7 +106,8 @@
 
 =head2 $res->redirect( $url, $status )
 
-Causes the response to redirect to the specified URL.
+Causes the response to redirect to the specified URL. The default status is
+C<302>.
 
     $c->response->redirect( 'http://slashdot.org' );
     $c->response->redirect( 'http://slashdot.org', 307 );




More information about the Catalyst-commits mailing list