You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by ge...@apache.org on 2005/11/01 21:26:30 UTC

svn commit: r330115 - /perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm

Author: geoff
Date: Tue Nov  1 12:26:25 2005
New Revision: 330115

URL: http://svn.apache.org/viewcvs?rev=330115&view=rev
Log:
indentation

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm?rev=330115&r1=330114&r2=330115&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm Tue Nov  1 12:26:25 2005
@@ -149,9 +149,9 @@
 sub configure_env {
     my $self = shift;
     $self->preamble(IfModule => 'mod_perl.c', 
-                        [ qw(PerlPassEnv APACHE_TEST_TRACE_LEVEL
-                             PerlPassEnv HARNESS_PERL_SWITCHES)
-                        ]);
+                    [ qw(PerlPassEnv APACHE_TEST_TRACE_LEVEL
+                         PerlPassEnv HARNESS_PERL_SWITCHES)
+                    ]);
 }
 
 sub startup_pl_code {