The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::DispatchType::Path - Path DispatchType

SYNOPSIS

See Catalyst.

DESCRIPTION

METHODS

$self->list($c)

Debug output for Path dispatch points

$self->match( $c, $path )

Check for paths that match the given path.

$self->register( $c, $action )

Call register_path for every path attribute in the given $action.

$self->register_path($c, $path, $action)

register an action at a given path.

AUTHOR

Matt S Trout Sebastian Riedel, sri@cpan.org

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.