The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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