NAME

MyApp1

SYNOPSIS

A controller module for MyApp1.

DESCRIPTION

This module acts as the base class for Controllers for this app. Subclasses are found in the MyApp1::C package.

METHODS

SUBCLASSED METHODS

error

This error page is suitable for development but you will want to customize this runmode for your application.

setup

Initializes the Controller base class for app, configures DBIx::Class plugin, sets an error mode and configures the TT template directory.

Use 'setup' in your subclasses to futher configure for each Controller subclass. 'setup' is called after 'cgiapp_init'.

TODO: change all these values to ones more appropriate for your application.

TODO: Other methods in your public interface go here.

BUGS AND LIMITATIONS

There are no known problems with this module.

Please report any bugs or feature requests to bug-myapp1 at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MyApp1. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

CGI::Application

THANKS

List acknowledgements here or delete this section.

AUTHOR

gordon, <gordon at minipeg.net>

LICENSE AND COPYRIGHT

Copyright 2009 gordon, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.