dougm       02/01/20 10:36:08

  Modified:    lib/Apache ParseSource.pm
  Log:
  skip parsing of apr_{anylock,rmm}.h for the moment (C::Scan chokes)
  
  Revision  Changes    Path
  1.34      +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.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- ParseSource.pm    31 Dec 2001 12:11:48 -0000      1.33
  +++ ParseSource.pm    20 Jan 2002 18:36:07 -0000      1.34
  @@ -94,7 +94,7 @@
       my @includes;
       my $unwanted = join '|', qw(ap_listen internal version
                                   apr_optional mod_include mod_cgi mod_proxy
  -                                mod_ssl ssl_);
  +                                mod_ssl ssl_ apr_anylock apr_rmm);
   
       for my $dir (@dirs) {
           File::Find::finddepth({
  
  
  


Reply via email to