/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm	2004/11/23 16:57:20	106314
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm	2004/11/23 17:05:01	106315
@@ -60,7 +60,6 @@ EOF
     my $cover;
 
     if (eval { require Devel::Cover }) {
-                                                                                                                             
         my $atdir = File::Spec->catfile($ENV{HOME}, '.apache-test');
 
         $cover = <<"EOF"
@@ -75,7 +74,7 @@ EOF
     else {
 
         $cover = <<'EOF';
-                                                                                                                             
+
 testcover :
 	@echo "Cannot run testcover action unless Devel::Cover is installed"
 EOF
@@ -100,10 +99,10 @@ test_config :
 	$(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

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26