diff options
author | sno <sno@pkgsrc.org> | 2009-10-25 13:16:21 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-10-25 13:16:21 +0000 |
commit | 19fd269a66acd81515fbb728478de528dd99d50e (patch) | |
tree | c5fc7ef0638b1d769aa617eea477bbf0549713ae /www/p5-CGI/Makefile | |
parent | 89d4b6cf1c9c54db9e1287bad7d5aea177d5a118 (diff) | |
download | pkgsrc-19fd269a66acd81515fbb728478de528dd99d50e.tar.gz |
Updating www/p5-CGI from 3.47 to 3.48
Upstream changes:
Version 3.48
[BUG FIXES]
1. <optgroup> default values are now properly escaped.
Thanks to #raleigh.pm and Mark Stosberg. (RT#49606)
2. The change to exception handling in CGI::Carp introduced in 3.47 has been
reverted for now. It caused regressions reported in RT#49630.
Thanks to mkanat for the report.
[DOCUMENTATION]
1. Documentation for upload() has been overhauled, thanks to Mark Stosberg.
2. Documentation for tmpFileName has been added. Thanks to Mark Stosberg and Nathaniel K. Smith.
3. URLS were updated, thanks to Leon Brocard and Yanick Champoux. (RT#49770)
[INTERNALS]
1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)
Diffstat (limited to 'www/p5-CGI/Makefile')
-rw-r--r-- | www/p5-CGI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index d7b601315b7..809277cc08b 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2009/09/12 21:05:54 sno Exp $ +# $NetBSD: Makefile,v 1.52 2009/10/25 13:16:21 sno Exp $ -VERS= 3.47 +VERS= 3.48 DISTNAME= CGI.pm-${VERS} PKGNAME= p5-CGI-${VERS} SVR4_PKGNAME= p5cgi |