logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Perlbal::Plugin::Include - Allows multiple, nesting configuration files

Bugs And Limitations

       This module relies entirely on Perlbal::load_config for loading, so if you have trouble with INCLUDE, be
       sure you can load the same configuration without error using "perlbal -c" first.

       Also note that Perlbal::load_config versions 1.60 and below do not use a local filehandle while reading
       the configuration file, so this module overrides that routine on load to allow nested calls.

Description

       This module adds an INCLUDE command to the Perlbal management console and allows the globbed inclusion of
       configuration files.

Name

       Perlbal::Plugin::Include - Allows multiple, nesting configuration files

Synopsis

       This module provides a Perlbal plugin which can be loaded and used as follows:

           LOAD include
           INCLUDE = /etc/perlbal/my.conf

       You may also specify multiple configuration files a la File::Glob:

           INCLUDE = /foo/bar.conf /foo/quux/*.conf

See Also