The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mojolicious::Dispatcher - Dispatcher

SYNOPSIS

    use Mojolicious::Dispatcher;

    my $routes = Mojolicious::Dispatcher->new;

DESCRIPTION

Mojolicous::Dispatcher is the default Mojolicious dispatcher.

ATTRIBUTES

Mojolicious::Dispatcher inherits all attributes from MojoX::Dispatcher::Routes.

METHODS

Mojolicious::Dispatcher inherits all methods from MojoX::Dispatcher::Routes and implements the following new ones.

new

    my $routes = Mojolicious::Dispatcher->new;