stas        2004/07/15 00:38:18

  Modified:    .        Makefile.PL
  Log:
  indentation
  
  Revision  Changes    Path
  1.149     +2 -2      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.148
  retrieving revision 1.149
  diff -u -u -r1.148 -r1.149
  --- Makefile.PL       15 Jul 2004 07:20:48 -0000      1.148
  +++ Makefile.PL       15 Jul 2004 07:38:18 -0000      1.149
  @@ -599,7 +599,7 @@
   
       my $preamble;
       if (Apache::TestConfig::WIN32) {
  -    # need to add the location of Apache's dlls to the PATH
  +        # need to add the location of Apache's dlls to the PATH
           my $ap_bindir = $build->apr_bindir() || '';
           unless ($ap_bindir) {
               $ap_bindir = File::Spec->catdir($build->{MP_AP_PREFIX}, 'bin')
  @@ -610,7 +610,7 @@
   EOF
       }
       else {
  -    # PASSENV confuses the Win32 command-line build
  +        # PASSENV confuses the Win32 command-line build
           my $env = Apache::TestConfig->passenv_makestr();
           $preamble = <<EOF;
   PASSENV = $env
  
  
  

Reply via email to