Config::ApacheFormat 1.2 is out! As you can see from the giant Changes entry, Nathan Wiger has been very busy. Config::ApacheFormat now has almost all the "extra" features from Nathan's Apache::ConfigFile - variable expansion, ServerRoot-style directives, include directories, and much more.
Thanks Nathan! You're a better man than I. (When I started Config::ApacheFormat I built a new module rather than attempt to fix the problems I'd found with Apache::ConfigFile!)
-sam
Re:Perl Blocks
samtregar on 2003-11-05T07:06:28
I have no idea. I'm sure it won't do anything good with them. I'd advise anyone trying to parse an Apache conf with Perl blocks to just filter them out before sending the file to Config::ApacheFormat. It would be easy to add an option to skip the contents of a Perl blocks. Something for the TODO list, I suppose.-sam