
CGI::Application::Pluggable - support to many plugin install.

This documentation refers to CGI::Application::Pluggable version 0.03

use CGI::Application::Pluggable
qw/TT LogDispatch DebugScreen Session Redirect Forward/,
{'Config::YAML' => [ qw/
config_file
config_param
config
/ ]},
;

CAP::Pluggable is auto install many plugin.
This only has to do use though use base is done when CGI::Application is used usually.


There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.


Atsushi Kobayashi, <nekokak@cpan.org>

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.