X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType.pm;h=28ddbc54c66c2024e0a8724ff3a3eda8ad5600f1;hb=3295c7dbc672a0d1c03f657a2a37f12f322bbece;hp=31b980c70e96d6e590201c0b743cab2a401a4d95;hpb=2f3812528068bc1d9f7840067f0c03d36cd47e6d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index 31b980c..28ddbc5 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -58,6 +58,15 @@ arrayref, or undef if unable to do so. sub uri_for_action { } +=head2 $self->expand_action + +Default fallback, returns nothing. See L for more info +about expand_action. + +=cut + +sub expand_action { } + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm