SYNOPSIS
use CGI::Application::Plugin::DevPopup;
use CGI::Application::Plugin::DevPopup::Query;
The rest of your application follows
...
DESCRIPTION
This module is a plugin for CGI::Application::Plugin::DevPopup. Whenever used, it creates two sections in the DevPopup output. First section, "Current Run Mode``, shows name of run mode executed. Second section, ''CGI Query", contains a list of CGI query parameters and associated values passed to your CGI::Application.See ``query()'' in CGI::Application and CGI.pm for more information about query parameters.
VERSION
1.03SUBROUTINES/METHODS
No public methods for this module exist.DEPENDENCIES
CGI::Application::Plugin::DevPopupCONFIGURATION AND ENVIRONMENT
N/ADIAGNOSTICS
N/AINCOMPATIBILITIES
Not known.BUGS AND LIMITATIONS
Not known.AUTHOR
Serguei Trouchelle, <mailto:[email protected]>Most of code is based by CGI::Application::Plugin::DevPopup by Rhesa Rozendaal, <mailto:[email protected]>
LICENSE AND COPYRIGHT
This module is distributed under the same terms as Perl itself.Copyright (c) 2009-2011 Serguei Trouchelle