From 47790d0a02ca3a2af174d2ea353e1751dfb70094 Mon Sep 17 00:00:00 2001 From: lstein Date: Mon, 13 Feb 2006 19:53:19 +0000 Subject: [PATCH] patch from Mike Hanafey to prevent CGI::Cooke from interpreting 0 values as equivalent to empty --- CGI/Cookie.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGI/Cookie.pm b/CGI/Cookie.pm index 3fe92a4..bdc34bb 100644 --- a/CGI/Cookie.pm +++ b/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.26'; +$CGI::Cookie::VERSION='1.27'; use CGI::Util qw(rearrange unescape escape); use CGI;