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 it.
I am a bit perplexed by the docs about authentication/authorization
modules - which should be installed and which are deprecated.
I think its like this.
Catalyst::Plugin::Authentication is good.
Anything else (Store, Credential etc) should be without Plugin::-part
and you should only load the Catalyst::Plugin::Authentication from
your application
and then the rest is loaded based on the config
- andreas
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/