From: Florian Ragwitz Date: Sun, 6 Dec 2009 16:31:52 +0000 (+0000) Subject: Undocument $request->user. X-Git-Tag: 5.80016~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=704a21721f804db00c2861f7fcebff0aaeb81a00 Undocument $request->user. --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 4b7de6d..ab5c0da 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -673,14 +673,6 @@ sub uri_with { return $uri; } -=head2 $req->user - -Returns the currently logged in user. B, do not call, -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 Returns the value of the C environment variable.