freebsd-ports/www/p5-CGI-Simple/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
715 B
Text

CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It
shares an identical OO interface to CGI.pm for parameter parsing, file upload,
cookie handling and header generation. This module is entirely object oriented,
however a complete functional interface is available by using the
CGI::Simple::Standard module.
Essentially everything in CGI.pm that relates to the CGI (not HTML) side of
things is available. There are even a few new methods and additions to old ones!
If you are interested in what has gone on under the hood see the Compatibility
with CGI.pm section at the end.
In practical testing this module loads and runs about twice as fast as CGI.pm
depending on the precise task.