Subject: | Doesn't read Include directives preceeded by whitespace |
The line recognizing Include directives in the _include function should
be something like:
} elsif ($conf[$i] =~
/^\s+(?:Include|AccessConfig|ResourceConfig)\s+"?([^"]+)"?/i) {
To allow recognizing includes with spaces in front of them.
Also, if this module is somewhat deprecated, please state so near the
top of the documentation. Reading the reviews to find out definitely
made me feel like I had wasted some time:
http://cpanratings.perl.org/dist/Apache-ConfigFile