NAME
CGI::Application::Pluggable - support to many plugin install.
VERSION
This documentation refers to CGI::Application::Pluggable version 0.03
SYNOPSIS
use CGI::Application::Pluggable
qw/TT LogDispatch DebugScreen Session Redirect Forward/,
{'Config::YAML' => [ qw/
config_file
config_param
config
/ ]},
;
DESCRIPTION
CAP::Pluggable is auto install many plugin.
This only has to do use though use base is done when CGI::Application is used usually.
DEPENDENCIES
BUGS AND LIMITATIONS
There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.
SEE ALSO
AUTHOR
Atsushi Kobayashi, <nekokak@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Atsushi Kobayashi (<nekokak@cpan.org>). All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.