Scroll to navigation

Config::Model::models::Itself::ConfigWR::DefaultLayer(3pm) User Contributed Perl Documentation Config::Model::models::Itself::ConfigWR::DefaultLayer(3pm)

NAME

Config::Model::models::Itself::ConfigWR::DefaultLayer - Configuration class Itself::ConfigWR::DefaultLayer

DESCRIPTION

Configuration classes used by Config::Model

Elements

config_dir

Optional. Type uniline.

os_config_dir - configuration file directory for specific OS

Specify and alternate location of a configuration directory depending on the OS (as returned by $^O or $Config{'osname'}, see "PLATFORMS" in perlport) Common values for $^O are 'linux', 'MSWin32', 'darwin' Optional. Type hash of uniline.

file - target configuration file name

specify the configuration file name. This parameter may not be applicable depending on your application. It may also be hardcoded in a custom backend. If not specified, the instance name is used as base name for your configuration file. The configuration file namecan be specified with &index keyword when a backend is associated to a node contained in a hash. See backend specifications <http://search.cpan.org/dist/Config-Model/lib/Config/Model/BackendMgr.pm#Backend_specification>. Optional. Type uniline.

SEE ALSO

cme
2017-06-25 perl v5.24.1