Fri Mar 11 04:08:00 2011DRAXIL [...] cpan.org - Ticket created
Subject:
Undocumented dependancy on $c->user_session
I tried to use this as documented, but found it died for want of
"$c->user_session"
I managed to get this by using:
Catalyst::Plugin::Session::PerUser
Sat Apr 16 12:37:42 2011yanick+cpan [...] babyl.dyndns.org - Correspondence added
On Fri Mar 11 04:08:00 2011, DRAXIL wrote:
Show quoted text
> I tried to use this as documented, but found it died for want of
>
> "$c->user_session"
>
> I managed to get this by using:
>
> Catalyst::Plugin::Session::PerUser
The dependency on Catalyst::Plugin::Session::PerUser is actually already
present in the Build.PL/Makefile.PL. Do you remember if you installed
the module by hand, or via a cpan client?
Sat Apr 16 12:37:43 2011The RT System itself - Status changed from 'new' to 'open'
Sat Apr 16 12:40:49 2011yanick+cpan [...] babyl.dyndns.org - Correspondence added
Ah, nevermind, I think I got the problem: it's not that the PerUser
plugin is not installed. It's that it's not automatically enabled for
the application, and there is no hint of that either in the doc or in
the code. Gotcha. :-)
Sat Nov 12 12:22:36 2011yanick+cpan [...] babyl.dyndns.org - Correspondence added
In v0.02002, the application will die with a helpful message is
Catalyst::Session::PerUser is not loaded.
Sat Nov 12 12:22:37 2011yanick+cpan [...] babyl.dyndns.org - Status changed from 'open' to 'resolved'