stas        01/10/16 22:34:38

  Modified:    ModPerl-Registry/t basic.t closure.t
  Log:
  shouldn't use ModPerl::Registry in .t files, these are just clients
  
  Revision  Changes    Path
  1.2       +0 -1      modperl-2.0/ModPerl-Registry/t/basic.t
  
  Index: basic.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/basic.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- basic.t   2001/10/09 12:47:38     1.1
  +++ basic.t   2001/10/17 05:34:38     1.2
  @@ -1,7 +1,6 @@
   use strict;
   use warnings FATAL => 'all';
   
  -use ModPerl::Registry;
   use Apache::Test;
   use Apache::TestUtil;
   use Apache::TestRequest;
  
  
  
  1.3       +0 -1      modperl-2.0/ModPerl-Registry/t/closure.t
  
  Index: closure.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/closure.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- closure.t 2001/10/09 16:48:31     1.2
  +++ closure.t 2001/10/17 05:34:38     1.3
  @@ -1,7 +1,6 @@
   use strict;
   use warnings FATAL => 'all';
   
  -use ModPerl::Registry;
   use Apache::Test;
   use File::Spec::Functions;
   use Apache::TestUtil;
  
  
  


Reply via email to