You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2003/05/15 00:57:41 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

stas        2003/05/14 15:57:41

  Modified:    perl-framework/Apache-Test/lib/Apache TestMM.pm
  Log:
  remove the use of non-existant module, committed by mistake
  Submitted by:	Geoffrey Young <ge...@modperlcookbook.org>
  
  Revision  Changes    Path
  1.27      +0 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm
  
  Index: TestMM.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- TestMM.pm	14 May 2003 02:53:54 -0000	1.26
  +++ TestMM.pm	14 May 2003 22:57:40 -0000	1.27
  @@ -4,7 +4,6 @@
   use warnings FATAL => 'all';
   
   use Config;
  -use Apache::TestLoad ();
   use Apache::TestConfig ();
   use Apache::TestTrace;