diff options
author | mjl <mjl> | 2002-01-18 22:36:36 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-01-18 22:36:36 +0000 |
commit | 2bb312617d3367dd7dfc92fb709126ef37028f69 (patch) | |
tree | 16687eaea889d6eb9feda3f2fc6e126c88250794 | |
parent | c9cbcddaf698e51a8266e08cd36a8a14cb54f5ed (diff) | |
download | pkgsrc-2bb312617d3367dd7dfc92fb709126ef37028f69.tar.gz |
Update p5-CGI-Application to 2.1.
- Enhanced capabilities for creating general superclasses for your projects.
- All run modes may be referenced by method name, in addition to subref.
- Created cgiapp_init() hook to allow for inherited common behaviors.
- Added ability to set mode_param() to use a call-back instance method
(specified by subref) instead of a CGI parameter.
- HTML::Template is now only loaded if load_tmpl() is called.
- Run-modes may now return scalar-refs in addition to scalars.
- Added new run-mode of last resort: "AUTOLOAD". See POD for usage.
- The param() method has been extended to allow multiple parameters
to be set at one time, via a hash (or hashref).
- Fixed bug in run() method where a null-string run-mode would be
considered valid. A zero-length run-mode will now result in the
start_mode() being called.
- The run_mode() method now may be called a subsequent time to
amend the list of run-modes.
- Bug fixed and documentation updated
Fixes PR/15221 by Shell Hung.
-rw-r--r-- | www/p5-CGI-Application/Makefile | 4 | ||||
-rw-r--r-- | www/p5-CGI-Application/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile index 9a6a5dcd170..225989641b6 100644 --- a/www/p5-CGI-Application/Makefile +++ b/www/p5-CGI-Application/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/11/26 06:50:31 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/01/18 22:36:36 mjl Exp $ -DISTNAME= CGI-Application-1.2 +DISTNAME= CGI-Application-2.1 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cga CATEGORIES= www perl5 diff --git a/www/p5-CGI-Application/distinfo b/www/p5-CGI-Application/distinfo index bffbd18c21f..6648daf3783 100644 --- a/www/p5-CGI-Application/distinfo +++ b/www/p5-CGI-Application/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 12:02:40 skrll Exp $ +$NetBSD: distinfo,v 1.3 2002/01/18 22:36:36 mjl Exp $ -SHA1 (CGI-Application-1.2.tar.gz) = e53ce5e37a7e2fac6756f5676f98c41845340165 -Size (CGI-Application-1.2.tar.gz) = 12102 bytes +SHA1 (CGI-Application-2.1.tar.gz) = db302ad924000ac67101435c3dc1c9a8918d9f9f +Size (CGI-Application-2.1.tar.gz) = 17045 bytes |