The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Apache::Config::Preproc::compact - remove empty lines and comments

SYNOPSIS

    $x = new Apache::Config::Preproc '/path/to/httpd.conf',
                -expand => [ qw(compact) ]; 

DESCRIPTION

Removes empty and comment lines from the Apache configuration parse tree.

SEE ALSO

Apache::Config::Preproc