> Apache::DebugLog uses two custom configuration directives, > PerlDebugLogLevel and PerlDebugLogDomain. mod_perl 1.x is automatically > detected and the xs required to enable these directives is generated. > i have not tested this yet. apache 1.x folk are welcome to try to > break this for me.
sounds nice :) if you succeed, is there any chance you could make the logic you came up with generic enough to release it as a separate package? it would be really nice to be able to use something like this from Makefile.PL use Apache::ExtUtils::SomeName; [ whatever your API is ] basically, anything generic that would make it o easy to ship mp1 and mp2 modules together o easy to manage mp1 and mp2 modules together where directive handlers are involved would be a _huge_ benefit to the community. I know I'd jump right on board and try to get Apache::Template working with it if the API were slick and easy enough :) --Geoff