From: Jarkko Hietaniemi Date: Mon, 25 Aug 2003 11:11:13 +0000 (+0000) Subject: Keep the CGI::Util VERSION at 1.31 since there have been changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c51122bc861fc9c2e400b41ac55d6bb798bd6147;p=p5sagit%2Fp5-mst-13.2.git Keep the CGI::Util VERSION at 1.31 since there have been changes since Perl 5.8.0. p4raw-id: //depot/perl@20876 --- diff --git a/lib/CGI/Util.pm b/lib/CGI/Util.pm index a694394..e0e7a84 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) {