You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2002/05/14 17:55:21 UTC

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

stas        02/05/14 08:55:21

  Modified:    ModPerl-Registry/t/conf extra.conf.in
  Log:
  - must define the @INC changes in one touch, or the order becoming
    reversed, and that's not what we want.
  - use Apache2 (to cover the case where Apache2/ prefix is needed)
  
  Revision  Changes    Path
  1.4       +10 -6     modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in
  
  Index: extra.conf.in
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- extra.conf.in	13 Nov 2001 04:33:06 -0000	1.3
  +++ extra.conf.in	14 May 2002 15:55:21 -0000	1.4
  @@ -3,14 +3,18 @@
   # make sure that we test under Taint mode
   PerlSwitches -T
   
  +PerlModule Apache2
  +
  +PerlSwitches -Mlib=@ServerRoot@/../lib                  \
  +             -Mlib=@ServerRoot@/../../Apache-Test/lib   \
  +             -Mlib=@ServerRoot@/../../lib               \
  +             -Mlib=@ServerRoot@/../../blib/lib/Apache2  \
  +             -Mlib=@ServerRoot@/../../blib/arch/Apache2 \
  +             -Mlib=@ServerRoot@/../../blib/lib          \
  +             -Mlib=@ServerRoot@/../../blib/arch
  +
   # run on startup
   PerlRequire @ServerRoot@/conf/modperl_extra_startup.pl
  -
  -PerlSwitches -Mlib=@ServerRoot@/../lib
  -PerlSwitches -Mlib=@ServerRoot@/../../Apache-Test/lib
  -PerlSwitches -Mlib=@ServerRoot@/../../lib
  -PerlSwitches -Mlib=@ServerRoot@/../../blib/lib
  -PerlSwitches -Mlib=@ServerRoot@/../../blib/arch
   
   #### DEVMODE: Remove in production ###
   PerlModule Apache::Reload