1Perlbal::Plugin::IncludUes(e3r)Contributed Perl DocumentPaetrilobnal::Plugin::Include(3)
2
3
4
6 Perlbal::Plugin::Include - Allows multiple, nesting configuration files
7
9 This module adds an INCLUDE command to the Perlbal management console
10 and allows the globbed inclusion of configuration files.
11
13 This module provides a Perlbal plugin which can be loaded and used as
14 follows:
15
16 LOAD include
17 INCLUDE = /etc/perlbal/my.conf
18
19 You may also specify multiple configuration files a la File::Glob:
20
21 INCLUDE = /foo/bar.conf /foo/quux/*.conf
22
24 This module relies entirely on Perlbal::load_config for loading, so if
25 you have trouble with INCLUDE, be sure you can load the same
26 configuration without error using "perlbal -c" first.
27
28 Also note that Perlbal::load_config versions 1.60 and below do not use
29 a local filehandle while reading the configuration file, so this module
30 overrides that routine on load to allow nested calls.
31
33 Copyright 2008 Eamon Daly <eamon@eamondaly.com>
34
35 This module is part of the Perlbal distribution, and as such can be
36 distributed under the same licence terms as the rest of Perlbal.
37
38
39
40perl v5.12.1 2008-09-22 Perlbal::Plugin::Include(3)