[Catalyst] Plugin::Authentication vs Authentiaction

Joel Bernstein joel at fysh.org
Mon Nov 10 14:17:02 GMT 2008


2008/11/10 Alex Povolotsky <tarkhil at over.ru>:
> Joel Bernstein wrote:
>> The fine manual states:
>> If your plugin starts with a name other than Catalyst::Plugin::, you
>> can fully qualify the name by using a unary plus.
>>
>> So you'd do:
>>
>> use Catalyst qw/
>>  Foo # loads C::Plugin::Foo
>>  +Catalyst::Authentication::Credential::Authen::Simple # loads the
>> module you wanted
>> /;
>>
>
> That's not enough. Apparently, Plugin::Authentication is different from
> Authentication, and slightly not compartible.

Er... what? That's nothing to do with what you asked. Why are you
loading Plugin::Authentication if you don't want to use it? I answered
your question of "how do I load C::Authentication::Blah via use
Catalyst qw(....);".

If you'd like a different answer, ask a different question.

/joel



More information about the Catalyst mailing list