stas        2004/07/12 01:14:27

  Modified:    lib/Apache ParseSource.pm
  Log:
  CScan can't digest apreq2 headers, so skip those
  
  Revision  Changes    Path
  1.58      +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.57
  retrieving revision 1.58
  diff -u -u -r1.57 -r1.58
  --- ParseSource.pm    1 Jul 2004 01:41:29 -0000       1.57
  +++ ParseSource.pm    12 Jul 2004 08:14:27 -0000      1.58
  @@ -138,7 +138,7 @@
                                       apr_optional mod_include mod_cgi
                                       mod_proxy mod_ssl ssl_ apr_anylock
                                       apr_rmm ap_config mod_log_config
  -                                    mod_perl modperl_);
  +                                    mod_perl modperl_ apreq);
           $unwanted = qr|^$unwanted|;
           my $wanted = '';
   
  
  
  

Reply via email to