summaryrefslogtreecommitdiff
path: root/lib/CGI
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-08-24 01:27:08 +0000
committerSteve Peters <steve@fisharerojo.org>2006-08-24 01:27:08 +0000
commit9f9736a1d14b921862a1b77740b0ec694b25aac9 (patch)
tree62733dc77220a744664fd01e2f226ee8fd4f7728 /lib/CGI
parentd06ab008fe9b3c9a953ae275e453bfcbbf50c1a9 (diff)
downloadperl-9f9736a1d14b921862a1b77740b0ec694b25aac9.tar.gz
Upgrade to CGI.pm-3.22.
p4raw-id: //depot/perl@28752
Diffstat (limited to 'lib/CGI')
-rw-r--r--lib/CGI/Changes3
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.