File: control

package info (click to toggle)
libcgi-pm-perl 3.38-2lenny3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 956 kB
  • ctags: 372
  • sloc: perl: 5,836; makefile: 21
file content (31 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download
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
Source: libcgi-pm-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.6.10-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
 Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/CGI.pm/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-pm-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/

Package: libcgi-pm-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libcgi-fast-perl
Description:  Simple Common Gateway Interface Class
 CGI.pm uses perl5 objects to make it easy to create Web fill-out
 forms  and parse their contents. This package defines CGI objects,
 entities that contain the values of the current query string and other
 state variables. Using a CGI object's methods, you can examine keywords
 and parameters passed to your script, and create forms whose initial
 values are taken from the current query (thereby preserving state
 information). The module provides shortcut functions that produce
 boilerplate HTML, reducing typing and coding errors. It also provides
 functionality for some of the more advanced features of CGI scripting,
 including support for file uploads, cookies, cascading style sheets,
 server push, and frames.
 .
 CGI.pm is included in core perl-modules. Use libcgi-pm-perl only for special
 updates like the use of POSTDATA.