## $Id: innshellvars.pl.local 10283 2018-05-14 12:43:05Z iulius $
##
## Sample innshellvars.pl.local script.
##
## It permits adding or overriding variables defined by
## the INN::Config Perl module (or the legacy innshellvars.pl
## Perl script).
## This script has to be executable in order to be included
## during the run of INN::Config.
## Defining or redefining $variable will allow using
## $INN::Config::variable with the corresponding value
## in a script calling INN::Config.
#$variable = 'test';
|