1Catalyst::DispatchType:U:sDeerfaCuolntt(r3i)buted Perl DCoactuamleynstta:t:iDoinspatchType::Default(3)
2
3
4
6 Catalyst::DispatchType::Default - Default DispatchType
7
9 See Catalyst::DispatchType.
10
12 Dispatch type managing default behaviour. For more information on
13 dispatch types, see:
14
15 • Catalyst::Manual::Intro for how they affect application authors
16
17 • Catalyst::DispatchType for implementation information.
18
20 $self->match( $c, $path )
21 If path is empty (i.e. all path parts have been converted into args),
22 attempts to find a default for the namespace constructed from the args,
23 or the last inherited default otherwise and will match that.
24
25 If path is not empty, never matches since Default will only match if
26 all other possibilities have been exhausted.
27
29 Catalyst Contributors, see Catalyst.pm
30
32 This library is free software. You can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35
36
37perl v5.32.1 2021-01-26Catalyst::DispatchType::Default(3)