summaryrefslogtreecommitdiff
path: root/lib/CGI
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-25 11:11:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-25 11:11:13 +0000
commitc51122bc861fc9c2e400b41ac55d6bb798bd6147 (patch)
treed88665c5300245c53f2ed154c98831b0147f09c3 /lib/CGI
parentcff9980965379582a7e6bc54ef5e679209355670 (diff)
downloadperl-c51122bc861fc9c2e400b41ac55d6bb798bd6147.tar.gz
Keep the CGI::Util VERSION at 1.31 since there have been changes
since Perl 5.8.0. p4raw-id: //depot/perl@20876
Diffstat (limited to 'lib/CGI')
-rw-r--r--lib/CGI/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI/Util.pm b/lib/CGI/Util.pm
index a694394518..e0e7a84228 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) {