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.