X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FRequest.pm;h=722c8f5338938ec2d58d000de262916902583693;hp=3383fc6d0d01151a34ca2c6a8f790acd2707de3a;hb=040a44a0953bd6a8094d52c41138201c942ffa5b;hpb=843871cfbe3ee5c1a29239b9eb79009c3aefe622 diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 3383fc6..722c8f5 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -676,7 +676,10 @@ sub uri_with { =head2 $req->user Returns the currently logged in user. B, do not call, -this will be removed in version 5.81. +this will be removed in version 5.81. To retrieve the currently authenticated +user, see C<< $c->user >> and C<< $c->user_exists >> in +L. For the C provided by the +webserver, see C<< $req->remote_user >> below. =head2 $req->remote_user