X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FResponse.pm;h=cb73a34631d878160435c8245faeff4fabfadf6e;hp=595decb4cbdb06836ed53c90f32041aa4fd040d0;hb=7e7437987dd389a99e16356af7c63cf672fde67d;hpb=2bf074abee817f84daec2a06822f9dcdb881843f diff --git a/lib/Catalyst/Response.pm b/lib/Catalyst/Response.pm index 595decb..cb73a34 100644 --- a/lib/Catalyst/Response.pm +++ b/lib/Catalyst/Response.pm @@ -102,11 +102,11 @@ it found, while L defaults to C. Returns a reference to a hash containing cookies to be set. The keys of the hash are the cookies' names, and their corresponding values are hash -references used to construct a L object. +references used to construct a L object. $c->response->cookies->{foo} = { value => '123' }; -The keys of the hash reference on the right correspond to the L +The keys of the hash reference on the right correspond to the L parameters of the same name, except they are used without a leading dash. Possible parameters are: