1Config::Generator::ConfUisge(r3)Contributed Perl DocumenCtoantfiiogn::Generator::Config(3)
2
3
4
6 Config::Generator::Config - Config::Generator configuration support
7
9 This module eases the manipulation of the high-level configuration
10 data.
11
13 This module provides the following functions (none of them being
14 exported by default):
15
16 hack_config(ACTION, PATH[, VALUE])
17 modify the configuration under the given PATH; ACTION can be
18 "merge", "set" or "unset"
19
20 load_config(PATH...)
21 load the given configuration files
22
23 merge_config(CONFIG)
24 merge the given configuration
25
26 prune_config()
27 prune the configuration (i.e. remove the keys with undefined value)
28
29 stringify_config([OPTIONS])
30 transform the configuration into a string; supported options:
31
32 • "format": name of the format to use instead; possible values:
33
34 • "Config::General" (default)
35
36 • "JSON"
37
39 Lionel Cons <http://cern.ch/lionel.cons>
40
41 Copyright (C) CERN 2013-2016
42
43
44
45perl v5.36.0 2023-01-20 Config::Generator::Config(3)