logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catalyst::DispatchType::Default - Default DispatchType

Authors

       Catalyst Contributors, see Catalyst.pm

Description

       Dispatch type managing default behaviour.  For more information on dispatch types, see:

       •   Catalyst::Manual::Intro for how they affect application authors

       •   Catalyst::DispatchType for implementation information.

Methods

$self->match($c,$path)
       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.

Name

       Catalyst::DispatchType::Default - Default DispatchType

Synopsis

       See Catalyst::DispatchType.

See Also