X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FRequest.pm;h=099f1de8aaf61586a244167dc41637c4788b11bd;hp=4a405160f408b35450a995d6cbe9a47eefea8778;hb=7e7437987dd389a99e16356af7c63cf672fde67d;hpb=2bf074abee817f84daec2a06822f9dcdb881843f diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 4a40516..099f1de 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -300,7 +300,7 @@ Returns a reference to a hash containing the cookies. print $c->request->cookies->{mycookie}->value; -The cookies in the hash are indexed by name, and the values are L +The cookies in the hash are indexed by name, and the values are L objects. =head2 $req->header