dougm       02/04/08 18:42:42

  Modified:    .        Makefile.PL
  Log:
  rid some \n's now that debug trace is used
  
  Revision  Changes    Path
  1.76      +2 -2      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- Makefile.PL       9 Apr 2002 01:15:44 -0000       1.75
  +++ Makefile.PL       9 Apr 2002 01:42:42 -0000       1.76
  @@ -120,10 +120,10 @@
       system_sanity_check();
   
       if ($build->{MP_APXS}) {
  -        debug "Using APXS => $build->{MP_APXS}\n";
  +        debug "Using APXS => $build->{MP_APXS}";
       }
       elsif ($build->{MP_AP_PREFIX} and -e $build->apxs(-q => 'INCLUDEDIR')) {
  -        debug "Using Apache prefix => $build->{MP_AP_PREFIX}\n";
  +        debug "Using Apache prefix => $build->{MP_AP_PREFIX}";
       }
       else {
           for my $path ($build->find) {
  
  
  


Reply via email to