X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FResponse.pm;h=6b4c7c570e8ca794a0b1d3f7812262cc1c33c891;hb=attic%2Fcontext_go;hp=53d8ad8d9b309183721d5e2590de10af4e38495e;hpb=a842f4920bb47e65459bd0ea5df3a21e1ea2497f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index 53d8ad8..6b4c7c5 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -106,8 +106,7 @@ Alias for $res->body. =head2 $res->redirect( $url, $status ) -Causes the response to redirect to the specified URL. The default status is -C<302>. +Causes the response to redirect to the specified URL. $c->response->redirect( 'http://slashdot.org' ); $c->response->redirect( 'http://slashdot.org', 307 ); @@ -144,7 +143,9 @@ sub write { shift->{_context}->write(@_); } =head1 AUTHORS -Catalyst Contributors, see Catalyst.pm +Sebastian Riedel, C + +Marcus Ramberg, C =head1 COPYRIGHT