projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cff9980
)
Keep the CGI::Util VERSION at 1.31 since there have been changes
Jarkko Hietaniemi [Mon, 25 Aug 2003 11:11:13 +0000 (11:11 +0000)]
since Perl 5.8.0.
p4raw-id: //depot/perl@20876
lib/CGI/Util.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/CGI/Util.pm
b/lib/CGI/Util.pm
index
a694394
..
e0e7a84
100644
(file)
--- 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) {