Default Libs
A list of library paths to add to the Perl @INC
path before attempting to load and execute a plugin, login, or hook module.
For example:
<default_libs>
<lib path="/home/myapp/edit"/>
<lib path="/var/www/jarvis"/>
</default_libs>
When a plugin, login or hook is to be executed, any default library paths defined will be added to the Perl include path. After that, any lib
parameter specifically set on the plugin, library or hook will be added, and will take precedence over the default_libs
path.