common: ignore cookie set error
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 7 Feb 2015 15:02:28 +0000 (16:02 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 9 Feb 2015 19:29:47 +0000 (20:29 +0100)
Creating a CGI::Cookie object will fail if given an undefined value, causing
a fatal error trying to stringify and add it:
> Can't call method "as_string" on an undefined value


No differences found