NAME
Template controller subclass for CGI::Application::Structured apps.
ABSTRACT
Template for consistent controller creation.
DESCRIPTION
Provide an overview of functionality and purpose of web application controller here.
METHODS
SUBCLASSED METHODS
setup
Override or add to configuration supplied by <tmpl_var main_module>::cgiapp_init.
TODO: change all these values to ones more appropriate for your application.
TODO: Other methods inherited from CGI::Application go here.
RUN MODES
index
* Purpose
* Expected parameters
* Function on success
* Function on failure
TODO: Describe index1 here.
example
An example stub for adding a controller runmode. Runmodes are declared with the ': Runmode' modifier. NOTE: Only one method can be marked as 'StartRunmode'.
BUGS AND LIMITATIONS
There are no known problems with this module.
Please report any bugs or feature requests to bug-<tmpl_var rtname
at rt.cpan.org>, or through the web interface at "/rt.cpan.org/NoAuth/ReportBug.html?Queue=<tmpl_var distro" in http:>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SEE ALSO
CGI::Application::Plugin::DBIC::Schema, DBIx::Class, CGI::Application::Structured, CGI::Application::Structured::Tools
AUTHOR
<tmpl_var author>, <<tmpl_var email_obfuscated>>
LICENSE AND COPYRIGHT
Copyright <tmpl_var year> <tmpl_var author>, all rights reserved.
<tmpl_var license_blurb>