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

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.
  • Comment on Re^2: Request for Comments: Apache2::ASP v1.15