On 2 Aug 2001 [EMAIL PROTECTED] wrote: > +- Apache::compat has to be loaded before CGI.pm, other than > + documenting this issue, it's possible that we will add: > + > + #ifdef MP_APACHE_COMPAT > + modperl_require_module("Apache::compat"); > + #endif > + > + if MP_APACHE_COMPAT Makefile.PL option is true, but this carries a > + performance hit, so this is just an option. actuallly, this implementation would not be a performance hit, just bloat. the performance hit i mentioned would be if we tried to autoload compat.pm if certain things were happening (like CGI.pm getting loaded). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]