tiny doc update
Brian Cassidy [Thu, 17 Jul 2008 15:33:07 +0000 (15:33 +0000)]
lib/Catalyst/Response.pm

index 377e3fb..53d8ad8 100644 (file)
@@ -106,7 +106,8 @@ Alias for $res->body.
 
 =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 );