From: Brian Cassidy Date: Thu, 17 Jul 2008 15:33:07 +0000 (+0000) Subject: tiny doc update X-Git-Tag: 5.7099_04~45 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=dd8a0c31e0ba1056a350bcfadac07e5add83c6ad tiny doc update --- diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index 377e3fb..53d8ad8 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -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 );