[Catalyst-commits] r13457 - Catalyst-Runtime/5.80/trunk/lib
zarquon at dev.catalyst.perl.org
zarquon at dev.catalyst.perl.org
Thu Jul 29 10:26:52 GMT 2010
Author: zarquon
Date: 2010-07-29 11:26:51 +0100 (Thu, 29 Jul 2010)
New Revision: 13457
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
advertise Catalyst::Plugin::SmartURI
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-07-29 00:58:34 UTC (rev 13456)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-07-29 10:26:51 UTC (rev 13457)
@@ -1242,7 +1242,9 @@
Constructs an absolute L<URI> object based on the application root, the
provided path, and the additional arguments and query parameters provided.
-When used as a string, provides a textual URI.
+When used as a string, provides a textual URI. If you need more flexibility
+than this (i.e. the option to provide relative URIs etc. see
+L<Catalyst::Plugin::SmartURI>.
If no arguments are provided, the URI for the current action is returned.
To return the current action and also provide @args, use
More information about the Catalyst-commits
mailing list