[Catalyst] Configuration Approach

Chisel Wright chisel at herlpacker.co.uk
Tue Oct 25 08:30:29 CEST 2005


On Mon, Oct 24, 2005 at 10:34:30PM -0400, Andrew Libby wrote:
> 
> I'm learning Catalyst, and have found that I'm using a number of
> plugins, and a variety of configuraiton parameters.  It seems
> that managing app configurations can be quite cumbersome as there
> may be redundancy in config parameters (for exmaple with 
> Catalyst::Plugin::Authentication::LDAP and Catalyst::Model::LDAP, 
> etc.  
> 
> What are folks doing to address this?
> 
> What do folks generally do to have configuraitons that are easily
> managable by non-programmers?

I tend towards plain YAML these days:

http://search.cpan.org/~mramberg/Catalyst-5.33/lib/Catalyst/Manual/Cookbook.pod#Configure_your_application
[http://makeashorterlink.com/?B1DF25A0C]

Chisel
-- 
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/



More information about the Catalyst mailing list