stas        2004/09/09 17:49:25

  Modified:    t/response/TestVhost log.pm
  Log:
  missing use Apache::Log
  
  Revision  Changes    Path
  1.3       +4 -4      modperl-2.0/t/response/TestVhost/log.pm
  
  Index: log.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestVhost/log.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- log.pm    9 Sep 2004 18:48:49 -0000       1.2
  +++ log.pm    10 Sep 2004 00:49:25 -0000      1.3
  @@ -6,16 +6,16 @@
   use strict;
   use warnings FATAL => 'all';
   
  -use Apache::Test;
  -use Apache::TestUtil;
  -
   use Apache::RequestUtil ();
  -
  +use Apache::Log ();
   use Apache::ServerRec qw(warn); # override warn locally
   
   use File::Spec::Functions qw(catfile);
   use POSIX ();
   use Symbol ();
  +
  +use Apache::Test;
  +use Apache::TestUtil;
   
   use Apache::Const -compile => 'OK';
   
  
  
  

Reply via email to