You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/02/08 20:31:01 UTC

cvs commit: modperl-2.0/lib/Apache Build.pm

dougm       01/02/08 11:30:56

  Modified:    lib/Apache Build.pm
  Log:
  version has moved to ap_release.h
  
  Revision  Changes    Path
  1.30      +1 -1      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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Build.pm	2001/02/08 19:20:18	1.29
  +++ Build.pm	2001/02/08 19:30:44	1.30
  @@ -534,7 +534,7 @@
           return $v;
       }
   
  -    open my $fh, "$dir/httpd.h" or return undef;
  +    open my $fh, "$dir/ap_release.h" or return undef;
       my $version;
   
       while(<$fh>) {