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

NAME

Mango::Catalyst::Controller::Root - Catalyst controller for the homepage

SYNOPSIS

    package MyApp::Controller::Root;
    use base 'Mango::Catalyst::Controller::Root';

DESCRIPTION

Mango::Catalyst::Controller::Root provides the web interface for the homepage.

ACTIONS

default : /

Displays the not found page for non-exisistent urls.

end

Sends the request to the RenderView action.

index : /

Displays the current homepage.

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/