There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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