Name

DifferentSecure — (obsolete)

SYNOPSIS

DESCRIPTION

DIRECTIVE TYPE AND DEFAULT VALUE

EXAMPLES

NOTES

AVAILABILITY

DifferentSecure is available in Interchange versions:

4.6.0-5.0.1

SOURCE

Interchange 5.0.1:

Source: lib/Vend/Config.pm
Line 480

['DifferentSecure',   'boolean',         ''],

Source: lib/Vend/Config.pm
Line 2114 (context shows lines 2114-2131)

sub parse_boolean {
my($item,$settings) = @_;
my(@setting) = split /[\s,]+/, $settings;
my $c;

if(defined $C) {
  $c = $C->{$item} || {};
}
else {
  no strict 'refs';
  $c = ${"Global::$item"} || {};
}

for (@setting) {
  $c->{$_} = 1;
}
return $c;
}

AUTHORS

SEE ALSO

DocBook! Interchange!