gozer       2004/08/10 17:15:40

  Modified:    t/response/TestAPI command.pm
  Log:
  Remove use of unneeded modules
  
  Revision  Changes    Path
  1.2       +1 -4      modperl-2.0/t/response/TestAPI/command.pm
  
  Index: command.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/command.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- command.pm        11 Aug 2004 00:13:50 -0000      1.1
  +++ command.pm        11 Aug 2004 00:15:39 -0000      1.2
  @@ -5,13 +5,10 @@
   use warnings FATAL => 'all';
   
   use Apache::Test;
  -use Apache::TestConfig;
   use Apache::TestUtil;
  -use Apache::BuildConfig;
  -use Apache::Command;
   
  +use Apache::Command ();
   use Apache::Module ();
  -use DynaLoader ();
   
   use Apache::Const -compile => qw(OK ITERATE OR_ALL);
   
  
  
  

Reply via email to