On Wed, 26 Apr 2000, raptor wrote:

> What about a Apache2::XXX namespace for the new modules ...??!
> just asking.

not quite, but there's a MP_INST_APACHE2=1 Makefile.PL attribute which
will install everything relative to an Apache2/ subdirectory.  this way
1.xx mod_perl and 2.xx can co-exist in the same site_perl tree
then to enable 2.xx, just add 'PerlModule Apache2' in your httpd.conf,
which adds the Apache2/ subdirs to your @INC path.

Reply via email to