1Config::Generator(3) User Contributed Perl Documentation Config::Generator(3)
2
3
4
6 Config::Generator - shared variables for the Config::Generator modules
7
9 This module contains all the global variables used by the
10 Config::Generator modules.
11
12 %Config
13 the configuration data
14
15 $HomeDir
16 the directory where the "cfg", "lib" and "tpl" sub-directories may
17 be located
18
19 @IncPath
20 the include path to use when looking for files
21
22 $NoAction
23 true if running in "no action" mode
24
25 $RootDir
26 the path to prepend to all the paths being used
27
28 $Verbosity
29 the amount of verbosity:
30
31 0: print nothing, only warnings and errors
32 1: also print the changes that have been made
33 2: also print the things that have been checked
34
36 Lionel Cons <http://cern.ch/lionel.cons>
37
38 Copyright (C) CERN 2013-2016
39
40
41
42perl v5.30.1 2020-01-29 Config::Generator(3)