libconfig-zomg-perl

yet another Catalyst::Plugin::ConfigLoader-style layer over Config::Any

Description

Config::ZOMG is a fork of Config::JFDI. It removes a couple of unusual features and passes the same tests three times faster than Config::JFDI.

Config::ZOMG is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst.

Config::ZOMG will scan a directory for files matching a certain name. If such a file is found which also matches an extension that Config::Any can read, then the configuration from that file will be loaded.

Config::ZOMG will also look for special files that end with a "_local" suffix. Files with this special suffix will take precedence over any other existing configuration file, if any. The precedence takes place by merging the local configuration with the "standard" configuration via Hash::Merge::Simple.

Finally you can override/modify the path search from outside your application, by setting the "_CONFIG" variable outside your application (where $NAME is the uppercase version of what you passed to Config::ZOMG->new).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://search.cpan.org/dist/Config-ZOMG/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libconfig-zomg-perl