Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: tomas.znamenacek [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: 0.05



There is a typo in the POD in the logout section, $c->unset_auth_cookie() should read $c- Show quoted text
>unset_authen_cookie(). In diff’s words:
305c305 < $c->unset_auth_cookie(); --- Show quoted text
> $c->unset_authen_cookie();