dougm       00/05/30 11:34:47

  Modified:    lib/Apache Build.pm
  Log:
  untabify
  
  Revision  Changes    Path
  1.18      +2 -2      modperl-2.0/lib/Apache/Build.pm
  
  Index: Build.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Build.pm  2000/05/30 18:33:20     1.17
  +++ Build.pm  2000/05/30 18:34:45     1.18
  @@ -545,8 +545,8 @@
       my $version;
   
       while(<$fh>) {
  -     next unless /^\#define\s+AP_SERVER_BASEREVISION\s+\"(.*)\"/;
  -     $version = $1;
  +        next unless /^\#define\s+AP_SERVER_BASEREVISION\s+\"(.*)\"/;
  +        $version = $1;
           last;
       }
   
  
  
  

Reply via email to