File: README

package info (click to toggle)
libcgi-application-plugin-devpopup-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 292 kB
  • sloc: perl: 481; sh: 56; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
NAME
    CGI::Application::Plugin::DevPopup::Query - show CGI query in DevPopup
    window

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 a "CGI Query" section in the DevPopup output. This
    section contains a list of CGI query parameters passed to your
    CGI::Application.

    See "query()" in CGI::Application and CGI for more information about
    query parameters.

VERSION
    1.01

SEE ALSO
    CGI::Application::Plugin::DevPopup, CGI::Application

INCOMPATIBILITIES
    Not known.

BUGS AND LIMITATIONS
    Not known.

AUTHOR
    Serguei Trouchelle, stro@cpan.org

    Most of code is based by CGI::Application::Plugin::DevPopup by Rhesa
    Rozendaal, rhesa@cpan.org

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

    Copyright (c) 2009 Serguei Trouchelle