> Don't
> forget to make an outstanding note to avoid using that feature (set) in
> any CPAN modules... 

that's a bit strong I think.  but a CPAN module that _does_ use this feature
should do something like

  die "sorry, this module doesn't work with threaded MPMs"
    if Apache::MPM->is_threaded;

at module load.

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to