Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Amon2::Web::Dispatcher::RouterSimple - Router::Simple binding for Amon2

SYNOPSIS

connect '/' => 'Root#index';
connect '/my/' => 'My#index';
connect '/my/:action' => 'My';
1;

DESCRIPTION

Router::Simple binding for Amon2.

We will split this module from Amon2 core distribution. You need to list this class to your cpanfile.

AUTHOR

Tokuhiro Matsuno

SEE ALSO

Router::Simple