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.