diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-01-14 13:01:27 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-01-14 13:01:27 +0000 |
commit | efc8e943aad385721753037c6be3d8bf9a5c28d8 (patch) | |
tree | dc0808379835c0f04aaa9a7c33317489b2fd62f8 /lib/CGI | |
parent | a56b3a00287b552dbc3a1b6102629c6e0aedfc2d (diff) | |
download | perl-efc8e943aad385721753037c6be3d8bf9a5c28d8.tar.gz |
Assimilate CGI 3.03
p4raw-id: //depot/perl@22136
Diffstat (limited to 'lib/CGI')
-rw-r--r-- | lib/CGI/Fast.pm | 2 | ||||
-rw-r--r-- | lib/CGI/Util.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CGI/Fast.pm b/lib/CGI/Fast.pm index 669b38e010..43b8709a16 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.04'; +$CGI::Fast::VERSION='1.05'; use CGI; use FCGI; diff --git a/lib/CGI/Util.pm b/lib/CGI/Util.pm index 7c7b08f1f0..be104facf9 100644 --- a/lib/CGI/Util.pm +++ b/lib/CGI/Util.pm @@ -7,7 +7,7 @@ require Exporter; @EXPORT_OK = qw(rearrange make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); -$VERSION = '1.3'; +$VERSION = '1.4'; $EBCDIC = "\t" ne "\011"; if ($EBCDIC) { |