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

NAME

Kaizendo::Controller::Root - Root Controller for Kaizendo

DESCRIPTION

This is the root controller, which decides which actions are made based on the URLs requested.

METHODS

base

FIXME

index

The root page (/). List (projects).

index_GET

The root page (/) GET handler

default

Standard 404 error page

serialize

Causes the REST serialization of the output.

AUTHORS, COPYRIGHT AND LICENSE

See App::Kaizendo for Authors, Copyright and License information.