diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 13:16:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 13:16:27 +0000 |
commit | f93bb41e64f81800210e18ffedb5ed633e362495 (patch) | |
tree | 4236af6cfc4216603441e0d2790af66691db31bc /lib/CGI | |
parent | 3353beaa3f95112e24afd5155933d13cf27ab516 (diff) | |
download | perl-f93bb41e64f81800210e18ffedb5ed633e362495.tar.gz |
All the authors of these modules have now been contacted;
but assuming no CPAN updates are upcoming, here are 'fake'
version updates to make us different from 5.8.0.
(List::Util+Scalar::Util will soon be updated;
File::Spec CPAN release will be made based on 5.8.1.)
p4raw-id: //depot/perl@20699
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..62e8e662f6 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.041'; use CGI; use FCGI; diff --git a/lib/CGI/Util.pm b/lib/CGI/Util.pm index 60eeb186fe..6c5d543c97 100644 --- a/lib/CGI/Util.pm +++ b/lib/CGI/Util.pm @@ -6,7 +6,7 @@ require Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw(rearrange make_attributes unescape escape expires); -$VERSION = '1.3'; +$VERSION = '1.31'; $EBCDIC = "\t" ne "\011"; if ($EBCDIC) { |