diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-08-24 01:27:08 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-08-24 01:27:08 +0000 |
commit | 9f9736a1d14b921862a1b77740b0ec694b25aac9 (patch) | |
tree | 62733dc77220a744664fd01e2f226ee8fd4f7728 /lib/CGI | |
parent | d06ab008fe9b3c9a953ae275e453bfcbbf50c1a9 (diff) | |
download | perl-9f9736a1d14b921862a1b77740b0ec694b25aac9.tar.gz |
Upgrade to CGI.pm-3.22.
p4raw-id: //depot/perl@28752
Diffstat (limited to 'lib/CGI')
-rw-r--r-- | lib/CGI/Changes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CGI/Changes b/lib/CGI/Changes index 4b934ee23e..3d5b7124a2 100644 --- a/lib/CGI/Changes +++ b/lib/CGI/Changes @@ -1,3 +1,6 @@ + Version 3.22 + 1. Typo in upload() function broke uploads. Now fixed (CPAN bug 21126). + Version 3.21 1. Don't try to read data at all when POST > $POST_MAX. 2. Fixed bug that caused $cgi->param('name',undef,'value') to unset param('name') entirely. |