[Catalyst-commits] r11681 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu Oct 29 00:43:08 GMT 2009


Author: t0m
Date: 2009-10-29 00:43:07 +0000 (Thu, 29 Oct 2009)
New Revision: 11681

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Request.pm
Log:
Make URI a link to make it super obvious

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Request.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Request.pm	2009-10-29 00:12:04 UTC (rev 11680)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Request.pm	2009-10-29 00:43:07 UTC (rev 11681)
@@ -570,7 +570,7 @@
 
 =head2 $req->uri
 
-Returns a URI object for the current request. Stringifies to the URI text.
+Returns a L<URI> object for the current request. Stringifies to the URI text.
 
 =head2 $req->mangle_params( { key => 'value' }, $appendmode);
 
@@ -677,7 +677,7 @@
 
 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 
+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.
 




More information about the Catalyst-commits mailing list