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

NAME

DTS_UT::Controller - Controller superclass for DTS Unit Testing

SYNOPSIS

  use DTS_UT::Controller;

DESCRIPTION

DTS_UT::Controller is a MVC Controller superclass. It should be used by subclasses to have easier configuration by an YAML file.

DTS_UT::Controller will use an YAML file for configuration. The complete pathname of the YAML should be available in the environment variable CGIAPP_CONFIG_FILE. For Apache server, this must be done with a SetEnv directive. For IIS, declaring a global environment variable will do it, just remember to restart IIS after doing that.

EXPORT

None by default.

SEE ALSO

AUTHOR

Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by Alceu Rodrigues de Freitas Junior

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.