From: Kieren Diment Date: Thu, 29 Jul 2010 10:26:51 +0000 (+0000) Subject: advertise Catalyst::Plugin::SmartURI X-Git-Tag: 5.80026~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=186d5270f94caa15a92a5998a992dc74f5091e8d advertise Catalyst::Plugin::SmartURI --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0e6090b..282ef6d 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1242,7 +1242,9 @@ sub setup_finalize { Constructs an absolute L 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. If no arguments are provided, the URI for the current action is returned. To return the current action and also provide @args, use