[Catalyst-commits] r12218 - Catalyst-Runtime/5.80/trunk/lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sun Dec 6 16:31:52 GMT 2009
Author: rafl
Date: 2009-12-06 16:31:52 +0000 (Sun, 06 Dec 2009)
New Revision: 12218
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Request.pm
Log:
Undocument $request->user.
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Request.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Request.pm 2009-12-06 15:36:11 UTC (rev 12217)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Request.pm 2009-12-06 16:31:52 UTC (rev 12218)
@@ -673,14 +673,6 @@
return $uri;
}
-=head2 $req->user
-
-Returns the currently logged in user. B<Highly deprecated>, 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<Catalyst::Plugin::Authentication>. For the C<REMOTE_USER> provided by the
-webserver, see C<< $req->remote_user >> below.
-
=head2 $req->remote_user
Returns the value of the C<REMOTE_USER> environment variable.
More information about the Catalyst-commits
mailing list