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

index a694394..e0e7a84 100644 (file)
@@ -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) {