[Dancer-users] Memcached beginners problem
Matthew Vickers
mvickers at quispiam.com
Tue Sep 27 11:10:59 CEST 2011
On 27/09/11 6:14 PM, Alex Knowles wrote:
> This is due to a bug in the session package - there's an RT ticket about it here:
>
> https://rt.cpan.org/Public/Bug/Display.html?id=69075
>
> basically the init method is overloaded without calling super::init.
>
> you can either do as the patch in the RT ticket says, or rename the init method import - then the memcache config is run at startup (see attached patch)
>
> alex
>
Hey all, there is a pull request on github for the same issue.
https://github.com/sukria/Dancer-Session-Memcached/pull/1
Cheers
Matt
More information about the Dancer-users
mailing list