Skip Menu |

This queue is for tickets about the Catalyst-Plugin-AuthenCookie CPAN distribution.

Report information
The Basics
Id: 42918
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-AuthenCookie

People
Owner: Nobody in particular
Requestors: marc [...] knusperfisch.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.03



Subject: bugfix
Date: Fri, 30 Jan 2009 15:26:16 +0100
To: bug-catalyst-plugin-authencookie [...] rt.cpan.org
From: Marc Sebastian Pelzer <marc [...] knusperfisch.de>
Hi, would be great if you could change line number 26 of Catalyst/Plugin/ AuthenCookie.pm to unless ( defined $config->{name}) { $config->{name} = 'authen-cookie'; } otherwise the "name" defined in the config will never be used. Thanks!