SYNOPSIS

    use CGI::Application::Plugin::DevPopup;
    use CGI::Application::Plugin::DevPopup::Params;

    The rest of your application follows
    ...

DESCRIPTION

This module is a plugin for CGI::Application::Plugin::DevPopup. Whenever used, it creates a \*(L"Params\*(R" section in the DevPopup output. This section contains a list of CGI::Application parameters set by \*(L"param\*(R" method. Internal DevPopup parameters are omitted from output, since it's unlikely that you need them.

See \*(L"param()\*(R" in CGI::Application for parameters description.

VERSION

1.01

RELATED TO CGI::Application::Plugin::DevPopup::Params…

CGI::Application::Plugin::DevPopup, CGI::Application

INCOMPATIBILITIES

Not known.

BUGS AND LIMITATIONS

Not known.

AUTHOR

Serguei Trouchelle, [email protected]

Most of code is based by CGI::Application::Plugin::DevPopup by Rhesa Rozendaal, [email protected]

LICENSE AND COPYRIGHT

This module is distributed under the same terms as Perl itself.

Copyright (c) 2009 Serguei Trouchelle