Skip Menu |

This queue is for tickets about the Apache-ConfigFile CPAN distribution.

Report information
The Basics
Id: 62693
Status: rejected
Priority: 0/
Queue: Apache-ConfigFile

People
Owner: Nobody in particular
Requestors: ymercutio [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.18
Fixed in: (no value)



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
Please use Config::ApacheFormat instead of this module