X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType%2FIndex.pm;h=f99e41cd5523294a197f6832728bf5dc3f0cf147;hp=fbe9faad9e8b6fc932bf5899e81c3392a7ca6bf8;hb=b2b90ec28d4f51ef6e86e5acc2abb1dc92446147;hpb=ad1783ae4aab4ce724e277cc09ed15a1ef1f64c6 diff --git a/lib/Catalyst/DispatchType/Index.pm b/lib/Catalyst/DispatchType/Index.pm index fbe9faa..f99e41c 100644 --- a/lib/Catalyst/DispatchType/Index.pm +++ b/lib/Catalyst/DispatchType/Index.pm @@ -18,7 +18,8 @@ See L. =head2 $self->match( $c, $path ) Check if there's an index action for a given path, and set it up to use it -if there is. +if there is; only matches a full URI - if $c->req->args is already set +this DispatchType is guaranteed not to match. =cut