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 2003/09/24 02:54:35 UTC

cvs commit: modperl-2.0/t/filter/TestFilter in_bbs_msg.pm

stas        2003/09/23 17:54:35

  Modified:    t/filter/TestFilter in_bbs_msg.pm
  Log:
  don't let autoconfigure to kick in, since we don't need anything but the
  vhost entry for this handler
  
  Revision  Changes    Path
  1.4       +2 -0      modperl-2.0/t/filter/TestFilter/in_bbs_msg.pm
  
  Index: in_bbs_msg.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/in_bbs_msg.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- in_bbs_msg.pm	29 Aug 2003 17:50:06 -0000	1.3
  +++ in_bbs_msg.pm	24 Sep 2003 00:54:34 -0000	1.4
  @@ -73,6 +73,7 @@
   
   1;
   __END__
  +<NoAutoConfig>
   <VirtualHost TestFilter::in_bbs_msg>
     # must be preloaded so the FilterConnectionHandler attributes will
     # be set by the time the filter is inserted into the filter chain
  @@ -85,3 +86,4 @@
     </Location>
   
   </VirtualHost>
  +</NoAutoConfig>