diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-09-17 20:35:02 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-09-17 20:35:02 +0000 |
commit | 865be3a81c5f39063c2c03c740c6446957fde778 (patch) | |
tree | ddb257c9ea6f7026e20007903e321ac03f9f28fb /www/p5-CGI.pm/pkg-descr | |
parent | Bump PORTREVISION and expat shlib. (diff) |
Long overdue update of CGI.pm:
- update to 2.86;
- bump portepoch (previous version 2.753 > 2.86);
- remove the requirement for 5.6.0, since it is only true for `use
integer' CGI scripts;
- add WWW.
Diffstat (limited to 'www/p5-CGI.pm/pkg-descr')
-rw-r--r-- | www/p5-CGI.pm/pkg-descr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-CGI.pm/pkg-descr b/www/p5-CGI.pm/pkg-descr index ca36d69b5cbe..384b0297f978 100644 --- a/www/p5-CGI.pm/pkg-descr +++ b/www/p5-CGI.pm/pkg-descr @@ -7,3 +7,5 @@ You can modify the objects, save them to a file or database and recreate them. Because each object corresponds to the "state" of the CGI script, and because each object's parameter list is independent of the others, this allows you to save the state of the script and restore it later. + +WWW: http://search.cpan.org/search?dist=CGI.pm |