Name

DebugMode — (obsolete)

SYNOPSIS

DESCRIPTION

DIRECTIVE TYPE AND DEFAULT VALUE

Global directive

EXAMPLES

NOTES

AVAILABILITY

DebugMode is available in Interchange versions:

4.6.0

SOURCE

Interchange 4.6.0:

Source: lib/Vend/Config.pm
Line 297

['DebugMode',     'warn',            ''],

Source: lib/Vend/Config.pm
Line 1361 (context shows lines 1361-1373)

sub parse_warn {
  my($name, $val) = @_;

return '' unless $val;

  ::logGlobal({level => 'info'},
      errmsg("Directive %s no longer supported at line %s of %s.",
          $name,
          $.,
          $configfile,
      )
);
}

AUTHORS

SEE ALSO

DocBook! Interchange!