Search results for "module:Config::Merge"
Config::Merge - load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files
Config::Merge is a configuration module which has six goals: * Flexible storage Store all configuration in your format(s) of choice (YAML, JSON, INI, XML, Perl, Config::General / Apache-style config) broken down into individual files in a configurati...
DRTECH/Config-Merge-1.04 - 25 Aug 2014 12:52:11 UTC
Config::Any::Merge - Overrinding of configuration variables based on file order
Config::Any returns your configuration as a hash of hashes keyed by the name of the configuration file. This module merges these hashes into a single hash. If the "override" paramter is set to 0 in the paramters for "load_files" or "load_stems", conf...
MDOM/Config-Any-Merge-0.08 - 22 Jun 2013 09:12:56 UTC
Config::Merge::Perl - Load Perl config files
Loads Perl files. Example: { name => 'TestApp', 'Controller::Foo' => { foo => 'bar' }, 'Model::Baz' => { qux => 'xyzzy' } } Any error/warning in the file will throw a fatal error....
DRTECH/Config-Merge-1.04 - 25 Aug 2014 12:52:11 UTC
Config::Merge::Dynamic - load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files AND alter it in runtime.
This module expand Config::Merge to make available to add/replace config data in config object in runtime....
MEETTYA/Config-Merge-Dynamic-0.141 - 27 Oct 2011 07:52:56 UTC
Data::ModeMerge::Config - Data::ModeMerge configuration
Configuration variables for Data::ModeMerge....
PERLANCAR/Data-ModeMerge-0.360 - 15 Aug 2021 11:44:11 UTC
Config::From - Merge the configuration from several sources
DAB/Config-From-0.08
-
03 Jun 2018 10:38:24 UTC
Config::Locale - Load and merge locale-specific configuration files.
This module takes an identity array, determines the permutations of the identity using Algorithm::Loops, loads configuration files using Config::Any, and finally combines the configurations using Hash::Merge. So, given this setup: Config::Locale->new...
BLUEFEET/Config-Locale-0.10 - 30 Jan 2021 03:20:29 UTC
Config::Merged - Load and merge configuration from different file formats, transparently
Config::Merged is a subclass of Config::Any that returns a single, merged configuration structure. This is simply a re-implementation of Catalyst's "merge_hashes()" wrapped around Config::Any....
PRAVUS/Config-Merged-0.05 - 07 Jan 2014 15:05:38 UTC
Beam::Wire - Lightweight Dependency Injection Container
Beam::Wire is a configuration module and a dependency injection container. In addition to complex data structures, Beam::Wire configures and creates plain old Perl objects. A dependency injection (DI) container creates an inversion of control: Instea...
PREACTION/Beam-Wire-1.025 - 08 Jul 2021 23:20:58 UTC
Config::IOD - Read and write IOD/INI configuration files
This module is a round-trip parser for IOD configuration format (IOD is an INI-like format with more precise specification, some extra features, and 99% compatible with typical INI format). Round-trip means all whitespaces and comments are preserved,...
PERLANCAR/Config-IOD-0.353 - 16 May 2022 00:05:08 UTC
Config::App - Cascading merged application configuration
The intent of this module is to provide an all-purpose enviornment setup helper and configuration fetcher that allows configuration files to include other files and "cascade" or merge bits of these files into the "active" configuration based on serve...
GRYPHON/Config-App-1.15 - 20 Mar 2022 00:35:04 UTC
Config::ZOMG - Yet Another Catalyst::Plugin::ConfigLoader-style layer over Config::Any
"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. "...
FREW/Config-ZOMG-1.000000 - 22 Aug 2013 22:55:55 UTC
PBib::Config - Configuration for PBib
Handle the configuration for PBib. It looks in cmd-line args, environment, and at various places at config files. In fact, this module contains no code specific to PBib, so you might be able to use it for your own applications as well....
PTANDLER/Bundle-PBib-2.08.01 - 20 Sep 2005 11:52:02 UTC
Config::JFDI - Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any
Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. Essentially, Config::JFDI will scan a directory for files matching a certain name. If such a file is found which also matches an extension that Confi...
ROKR/Config-JFDI-0.065 - 01 Jan 2011 22:12:16 UTC
Crane::Config - Configuration manager
Configuration manager which operates with YAML configurations. Settings are available as a hash reference returned by config function. You can specify default configuration and filename by passing it to config function when first call (see descriptio...
TEMOON/Crane-1.03.0011 - 04 Mar 2014 12:28:26 UTC
Jifty::Config - the configuration handler for Jifty
This class is automatically loaded during Jifty startup. It contains the configuration information loaded from the config.yml file (generally stored in the etc directory of your application, but see "load" for the details). This configuration file is...
ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC
Tapper::Config - Tapper - Context sensitive configuration hub for all Tapper libs
TAPPER/Tapper-Config-5.0.4
-
20 Sep 2018 09:06:13 UTC
Pgreet::Config - Configuration object for Penguin Greetings.
The module "Pgreet::Config" is the Penguin Greetings interface to configuration information. It, in turn, uses the CPAN module Config::General to actually access the configuration files. This module provides methods to maintain the configuration of t...
ELAGACHE/Pgreet-1.0.0 - 02 Jun 2005 16:22:17 UTC
Helios::Config - base class for Helios configuration system
Helios::Config is the standard class for determining configuration information in the Helios framework. It handles parsing configuration information from the Helios configuration file, and determining the configuration for services from information i...
LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC