|
NAMEApache::Config::Preproc::ifdefine - expand IfDefine sections SYNOPSIS $x = new Apache::Config::Preproc '/path/to/httpd.conf',
-expand => [ qw(ifdefine) ];
$x = new Apache::Config::Preproc '/path/to/httpd.conf',
-expand => [
{ ifdefine => [qw(SYM1 SYM2)] }
];
DESCRIPTIONEliminates the Define and UnDefine statements and expands the <IfDefine> statements in the Apache configuration parse tree. Optional arguments to the constructor are treated as the names of symbols to define (similar to the httpd -D options). SEE ALSOApache::Config::Preproc
|