Re: [Catalyst] installing authentication modules

2008-03-06 Thread rahed
On 3/5/08, Jay K <[EMAIL PROTECTED]> wrote: > Catalyst::Authentication::Store::DBIx::Class is correct. There are > older modules that use the Plugin style naming - and Catalyst will > attempt to load using the Plugin naming if it can't find the > Catalyst::Authentication:: version. If you loo

Re: [Catalyst] installing authentication modules

2008-03-05 Thread Jay K
You are correct. Catalyst::Authentication::Store::DBIx::Class is correct. There are older modules that use the Plugin style naming - and Catalyst will attempt to load using the Plugin naming if it can't find the Catalyst::Authentication:: version. If you look at your logs you should see a warni

Re: [Catalyst] installing authentication modules

2008-03-05 Thread Andreas Marienborg
On Mar 4, 2008, at 4:01 PM, rahed wrote: Hi, I installed Catalyst and other additional modules. When starting myapp_fastcgi.pl I got the message: Can't locate Catalyst/Plugin/Authentication/Store/DBIx/Class in @INC. Actually I had to install Catalyst::Authentication::Store::DBIx::Class to fix

Re: [Catalyst] installing authentication modules

2008-03-04 Thread Jonathan Rockway
* On Tue, Mar 04 2008, rahed wrote: > Hi, > > I installed Catalyst and other additional modules. When starting > myapp_fastcgi.pl I got the message: > > Can't locate Catalyst/Plugin/Authentication/Store/DBIx/Class in @INC. > Actually I had to install Catalyst::Authentication::Store::DBIx::Class > t

[Catalyst] installing authentication modules

2008-03-04 Thread rahed
Hi, I installed Catalyst and other additional modules. When starting myapp_fastcgi.pl I got the message: Can't locate Catalyst/Plugin/Authentication/Store/DBIx/Class in @INC. Actually I had to install Catalyst::Authentication::Store::DBIx::Class to fix it. I am a bit perplexed by the docs about