You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2003/09/19 21:55:16 UTC

cvs commit: httpd-2.0/support apxs.in

trawick     2003/09/19 12:55:16

  Modified:    support  apxs.in
  Log:
  this won't work with 5.003, so bump up the require to
  5.004:
  
    my $cntopen = () = ($before =~ m|^\s*<[^/].*$|mg);
  
  Revision  Changes    Path
  1.56      +1 -1      httpd-2.0/support/apxs.in
  
  Index: apxs.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/apxs.in,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- apxs.in	21 May 2003 06:56:35 -0000	1.55
  +++ apxs.in	19 Sep 2003 19:55:16 -0000	1.56
  @@ -53,7 +53,7 @@
   # <http://www.apache.org/>.
   #
   
  -require 5.003;
  +require 5.004;
   use strict;
   package apxs;