summaryrefslogtreecommitdiff
path: root/www/p5-CGI_Lite/pkg-descr
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-08-29 09:08:12 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-08-29 09:08:12 +0000
commit04b77dd8f2b404d49e7d94e59795c5a59f700fbb (patch)
tree8fafc26677989f4b640eb8b6c3556999fa9a5fe6 /www/p5-CGI_Lite/pkg-descr
parentUse INSTALL_MAN to install man page (diff)
- Update to 2.02
- Take maintainership - Add docs and examples PR: 56123 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=87964
Diffstat (limited to 'www/p5-CGI_Lite/pkg-descr')
-rw-r--r--www/p5-CGI_Lite/pkg-descr17
1 files changed, 6 insertions, 11 deletions
diff --git a/www/p5-CGI_Lite/pkg-descr b/www/p5-CGI_Lite/pkg-descr
index 5b0ff7235199..c1c4ba9cc89f 100644
--- a/www/p5-CGI_Lite/pkg-descr
+++ b/www/p5-CGI_Lite/pkg-descr
@@ -1,13 +1,8 @@
-CGI Lite v1.62 - Perl 5.0 module to process and decode WWW form information.
+You can use this module to decode form and query information, including file
+uploads, as well as cookies in a very simple manner; you need not concern
+yourself with the actual details behind the decoding process.
- The module can be used to handle and decode WWW form
- information. Both GET and POST requests can be processed.
- In the case of POST requests, the information can be one
- of two possible MIME types:
+WWW: http://search.cpan.org/dist/CGI-Lite
- application/x-www-form-urlencoded
- multipart/form-data
-
- This module is very light-weight, and can be thought of as
- an enhanced version of the old cgi-lib.pl library for Perl
- 4.0 by Steven Brenner (S.E.Brenner@bioc.cam.ac.uk).
+- Lars Thegler
+lars@thegler.dk