Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-Authentication-Credential-Twitter CPAN distribution.

Report information
The Basics
Id: 66543
Status: resolved
Priority: 0/
Queue: Catalyst-Authentication-Credential-Twitter

People
Owner: Nobody in particular
Requestors: DRAXIL [...] cpan.org
Cc:
AdminCc:

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



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
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?
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. :-)
In v0.02002, the application will die with a helpful message is Catalyst::Session::PerUser is not loaded.