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 2004/11/23 18:05:04 UTC

svn commit: r106315 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm

Author: stas
Date: Tue Nov 23 09:05:01 2004
New Revision: 106315

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm
Log:
cleanup the noise


Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm?view=diff&rev=106315&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm&r1=106314&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm&r2=106315
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm	Tue Nov 23 09:05:01 2004
@@ -60,7 +60,6 @@
     my $cover;
 
     if (eval { require Devel::Cover }) {
-                                                                                                                             
         my $atdir = File::Spec->catfile($ENV{HOME}, '.apache-test');
 
         $cover = <<"EOF"
@@ -75,7 +74,7 @@
     else {
 
         $cover = <<'EOF';
-                                                                                                                             
+
 testcover :
 	@echo "Cannot run testcover action unless Devel::Cover is installed"
 EOF
@@ -100,10 +99,10 @@
 	$(PASSENV) \
 	$(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
 	t/TEST $(APACHE_TEST_EXTRA_ARGS) -conf
-                                                                                                                             
+
 cmodules: test_config
 	cd c-modules && $(MAKE) all
-                                                                                                                             
+
 cmodules_clean: test_config
 	cd c-modules && $(MAKE) clean
 EOF