diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-02-28 23:29:10 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-02-28 23:29:10 +0000 |
commit | 97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74 (patch) | |
tree | a31bf2bc14e442c8c528a9b165a6aef4ffbac777 /lib/CGI | |
parent | 12fbd33b4c244f0a97c39c9f6411b444814dbc56 (diff) | |
download | perl-97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74.tar.gz |
Bump version numbers of moules affected by change #22258
(removing /tmp and other insecurities)
p4raw-link: @22258 on //depot/perl: 2359510ddb135dcc6e80153f51cff0a97b20b597
p4raw-id: //depot/perl@22409
Diffstat (limited to 'lib/CGI')
-rw-r--r-- | lib/CGI/Cookie.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI/Cookie.pm b/lib/CGI/Cookie.pm index 33de5cc255..a12a11334d 100644 --- a/lib/CGI/Cookie.pm +++ b/lib/CGI/Cookie.pm @@ -13,7 +13,7 @@ package CGI::Cookie; # wish, but if you redistribute a modified version, please attach a note # listing the modifications you have made. -$CGI::Cookie::VERSION='1.24'; +$CGI::Cookie::VERSION='1.24_01'; use CGI::Util qw(rearrange unescape escape); use overload '""' => \&as_string, |