Catalyst::DispatchType::Default - Default DispatchType |
Catalyst::DispatchType::Default - Default DispatchType
See Catalyst.
If path is empty (i.e. all path parts have been converted into args), attempts to find a default for the namespace constructed from the args, or the last inherited default otherwise and will match that.
If path is not empty, never matches since Default will only match if all other possibilities have been exhausted.
Matt S Trout
Sebastian Riedel, sri@cpan.org
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
Catalyst::DispatchType::Default - Default DispatchType |