summaryrefslogtreecommitdiff
path: root/lib/CGI
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-13 16:21:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-13 16:21:45 +0000
commita3b3a725123756b5ec0b93cd7b5d09df4c2baf86 (patch)
treeddaf10ae2aeb2844e310cfcb292ffb9ffccb7868 /lib/CGI
parent69f2e79da25b5a49598cf5c7f87472a2f9d99f7b (diff)
downloadperl-a3b3a725123756b5ec0b93cd7b5d09df4c2baf86.tar.gz
Upgrade to CGI 2.71, from Lincoln Stein.
p4raw-id: //depot/perl@6611
Diffstat (limited to 'lib/CGI')
-rw-r--r--lib/CGI/Cookie.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI/Cookie.pm b/lib/CGI/Cookie.pm
index 8c5ac1efc6..6737832080 100644
--- a/lib/CGI/Cookie.pm
+++ b/lib/CGI/Cookie.pm
@@ -384,7 +384,7 @@ Get or set the cookie's value. Example:
$value = $c->value;
@new_value = $c->value(['a','b','c','d']);
-B<value()> is context sensitive. In an array context it will return
+B<value()> is context sensitive. In a list context it will return
the current value of the cookie as an array. In a scalar context it
will return the B<first> value of a multivalued cookie.