Subject: | Retain original source of configuration values |
I'm using Config::General to parse Apache configuration files, and it
works very well for that purpose, except that I'd love to be able to
identify, after the fact, which file a given item originated with.
Since C::G's output is a plain old hash, I guess there's no room in the
result for that kind of metadata. I suppose one way to do this could be a
parallel structure; more generally, if there were some way to "hook" C::G
so I could be notified on various kinds of events I could roll my own.
Thanks!