Limit Load->init to files starting with AppName?
Configuration, Error-handling, Localization and Logging
Brought to you by:
smithfarm
Consider limiting Load->init to files starting with AppName, so if AppName is FooBar, then we will only load config files like:
FooBar_Config.pm
FooBar_SiteConfig.pm
FooBar_MetaConfig.pm
FooBar_Message_en.pm
* etc.
Not sure if this is a good idea, though.