stas        2002/11/24 04:50:31

  Modified:    t/conf   extra.conf.in
  Log:
  Test that <IfDefine !MODPERL2> works
  
  Revision  Changes    Path
  1.5       +7 -0      modperl-2.0/t/conf/extra.conf.in
  
  Index: extra.conf.in
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/conf/extra.conf.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- extra.conf.in     7 Oct 2002 20:44:31 -0000       1.4
  +++ extra.conf.in     24 Nov 2002 12:50:31 -0000      1.5
  @@ -14,3 +14,10 @@
       PerlOptions +ParseHeaders +GlobalRequest
       AddOutputFilter INCLUDES .spl
   </Directory>
  +
  +<IfModule mod_perl.c>
  +    <IfDefine !MODPERL2>
  +        # This should not be touched, since we're running with mod_perl 2
  +        PerlModule Doesnt::Exist
  +    </IfDefine>
  +</IfModule>
  
  
  


Reply via email to