diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-15 09:30:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-15 09:30:28 +0000 |
commit | 976c4ade930645f3b8c72758f0dca6062c93eb42 (patch) | |
tree | 3dc8242c88c66552a2865619327928ab419f8609 /lib/CGI.pm | |
parent | a7a3cfaaf49bbb73e31b47977f7340aaabd17dcb (diff) | |
download | perl-976c4ade930645f3b8c72758f0dca6062c93eb42.tar.gz |
Upgrade to CGI 3.07.
Add CGI's changelog
p4raw-id: //depot/perl@24039
Diffstat (limited to 'lib/CGI.pm')
-rw-r--r-- | lib/CGI.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CGI.pm b/lib/CGI.pm index 94c4e65990..08adf4fae6 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -18,8 +18,8 @@ use Carp 'croak'; # The most recent version and complete docs are available at: # http://stein.cshl.org/WWW/software/CGI/ -$CGI::revision = '$Id: CGI.pm,v 1.177 2005/03/09 21:04:48 lstein Exp $'; -$CGI::VERSION=3.06; +$CGI::revision = '$Id: CGI.pm,v 1.178 2005/03/14 16:30:20 lstein Exp $'; +$CGI::VERSION=3.07; # HARD-CODED LOCATION FOR FILE UPLOAD TEMPORARY FILES. # UNCOMMENT THIS ONLY IF YOU KNOW WHAT YOU'RE DOING. |