dougm       01/10/20 21:54:00

  Modified:    lib/Apache ParseSource.pm
  Log:
  skip parsing of mod_proxy.h
  
  Revision  Changes    Path
  1.30      +1 -1      modperl-2.0/lib/Apache/ParseSource.pm
  
  Index: ParseSource.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- ParseSource.pm    2001/09/27 16:03:49     1.29
  +++ ParseSource.pm    2001/10/21 04:53:59     1.30
  @@ -88,7 +88,7 @@
   
       my @includes;
       my $unwanted = join '|', qw(ap_listen internal version
  -                                apr_optional mod_include mod_cgi
  +                                apr_optional mod_include mod_cgi mod_proxy
                                   mod_ssl ssl_);
   
       for my $dir (@dirs) {
  
  
  


Reply via email to