diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-19 08:36:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-19 08:36:11 +0000 |
commit | 2ed511eccdb1c54a77a99ffd2e8b3d8cf558b45c (patch) | |
tree | 8f9f071a890158ea4e78c4b60b47f6a8c1bf7a81 /lib/CGI/Fast.pm | |
parent | 45e8908fe5b88f920ab544783f3013f36f56fd48 (diff) | |
download | perl-2ed511eccdb1c54a77a99ffd2e8b3d8cf558b45c.tar.gz |
Upgrade to CGI.pm 3.01
p4raw-id: //depot/perl@21928
Diffstat (limited to 'lib/CGI/Fast.pm')
-rw-r--r-- | lib/CGI/Fast.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI/Fast.pm b/lib/CGI/Fast.pm index 62e8e662f6..669b38e010 100644 --- a/lib/CGI/Fast.pm +++ b/lib/CGI/Fast.pm @@ -16,7 +16,7 @@ package CGI::Fast; # The most recent version and complete docs are available at: # http://www.genome.wi.mit.edu/ftp/pub/software/WWW/cgi_docs.html # ftp://ftp-genome.wi.mit.edu/pub/software/WWW/ -$CGI::Fast::VERSION='1.041'; +$CGI::Fast::VERSION='1.04'; use CGI; use FCGI; |