in reply to Request for Comments: Apache2::ASP v1.15

Hi John

I don't know how complicated your config gets, but you may want to try incorporating my module Config::Loader Config::Merge, which will allow you to:

Clint

Update: Updated the module name to reflect its new name

  • Comment on Re: Request for Comments: Apache2::ASP v1.15

Replies are listed 'Best First'.
Re^2: Request for Comments: Apache2::ASP v1.15
by jdrago_999 (Hermit) on Jul 06, 2007 at 01:40 UTC
    The config is fairly simple at this point. Just a few settings plus dsn's for Application state and Session state managers, as well as a dsn for your application itself (i.e. Class::DBI or DBIx::Class).

    Since the Apache2::ASP::GlobalConfig and Apache2::ASP::Config classes are subclassable, one could simply subclass one or the other (depending) to add any desired features (such as a Config::Loader facade).

    Thanks for taking a look.