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

NAME

App::Mimosa::Controller::Root - Mimosa Root Controller

DESCRIPTION

This is the root controller of Mimosa. It defines all the URL's which Mimosa responds to.

METHODS

index

The root page (/)

default

Standard 404 error page

input_error

Standard page for user-input errors.

end

Attempt to render a view, if needed.

AUTHOR

Jonathan "Duke" Leto <jonathan@leto.net>

LICENSE

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.