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

NAME

Parley::Controller::Root - Root Controller for Parley

DESCRIPTION

[enter your description here]

METHODS

auto

Used to fetch user-information if the user has authenticated.

Also pre-populate current_(post|thread|forum) values in the stash if we have appropriate information in the URL's query parameters.

default

Emit a 404 status and a 'Not Found' message.

end

Attempt to render a view, if needed.

If error is defined in the stash, render the error template.

index

Redirect to the applications default action, as defined by default_uri in parley.yml

AUTHOR

Chisel Wright <chiselwright@users.berlios.de>

LICENSE

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