dougm       02/03/23 18:38:01

  Modified:    lib/Apache compat.pm
  Log:
  need to use Apache::Log for compat mode
  
  Revision  Changes    Path
  1.35      +1 -0      modperl-2.0/lib/Apache/compat.pm
  
  Index: compat.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- compat.pm 29 Jan 2002 15:56:56 -0000      1.34
  +++ compat.pm 24 Mar 2002 02:38:01 -0000      1.35
  @@ -23,6 +23,7 @@
   use Apache::RequestIO ();
   use Apache::RequestUtil ();
   use Apache::Response ();
  +use Apache::Log ();
   use APR::Table ();
   use APR::Pool ();
   use mod_perl ();
  
  
  


Reply via email to