Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Authentication-Store-RDBO CPAN distribution.

Report information
The Basics
Id: 27011
Status: new
Priority: 0/
Queue: Catalyst-Plugin-Authentication-Store-RDBO

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

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



Subject: Won't autoload custom manager class.
If I define a new customer manager_class ie. __PACKAGE__->config->{authentication}->{rdbo} = { user_class => 'DB::User', manager_class => 'DB::User::Manager::Active', ... }; it will not automatically require my customer manager class, but will instead just die on me saying that the class is not loaded.