apacheconfig
apacheconfig copied to clipboard
What should happen when a block and option collide?
Should blocks and options have separate namespaces during parsing, or should this behavior be disallowed? For instance:
a = 1
<a/>
The parsing results seem to vary quite a bit using Config::General as well, depending on the order of the lines.
This is indeed a tricky part!
With current design, we aim at making the behavior configurable depending on the user's configuration needs.
I just addressed this question here, we can move to this issue going forward.