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/01/23 06:15:59 UTC

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

stas        2003/01/22 21:15:59

  Modified:    perl-framework/Apache-Test/lib/Apache TestMM.pm
  Log:
  remove the tab that shouldn't be there (makefile segment)
  
  Revision  Changes    Path
  1.19      +1 -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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- TestMM.pm	18 Sep 2002 21:33:23 -0000	1.18
  +++ TestMM.pm	23 Jan 2003 05:15:58 -0000	1.19
  @@ -47,7 +47,7 @@
   test_clean :
   	$(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
   	t/TEST -clean
  -	
  +
   run_tests : test_clean
   	$(PASSENV) \
   	$(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \