Stas Bekman wrote: > Some of the autoconfig magic starts to create more overhead than it used > to safe. e.g. all this magic of t/hooks/TestHooks is no longer useful, > as we add more tests and the test names aren't mapping 1:1 to the phase > name.
> I think we should start stripping those special cases from A-T. Same > goes for filters which magically figures out which filter handler to > register. I think I follow what you're talking about - like for hooks/TestHooks/authz.pm the PerlAuthzHandler is automatically added to httpd.conf even though it's not in the final config in __DATA__? personally, I always found this (single) bit of automagic very, very confusing. so +1 to remove that bit and just require that __DATA__ be the config that you want. is there more that <NoAutoConfig> suppresses? --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
