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

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

strict

warnings

CGI::Application

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

strict

warnings

CGI::Application

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.