[Catalyst] Re: Announcement - New Authen/Authz plugins

Uwe Voelker uwe.voelker at gmx.de
Wed Nov 9 11:26:15 CET 2005


> You don't have to do it at compile time like in the above example.
> 
>     use Catalyst;
> 
>     my @auth    = qw/Authentication 
> Authentication::Credential::Password Authentication::Store::Htpasswd/;
>     my @session = qw/Session Session::State:Cookie 
> Session::Store::Memcached/;
> 
>     __PACKAGE__->setup( @session, @auth );

I know, I set Debug this way (depending on ENV).

But what is bad in the "config" approach? Why do we need dozens of
plugins in use/setup?


Uwe



More information about the Catalyst mailing list