From: Jeff Trawick Date: Fri, 19 Sep 2003 19:55:16 +0000 (+0000) Subject: this won't work with 5.003, so bump up the require to X-Git-Tag: pre_ajp_proxy~1149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7f1773e8996275ab13882d1335f499ab688ee96;p=apache this won't work with 5.003, so bump up the require to 5.004: my $cntopen = () = ($before =~ m|^\s*<[^/].*$|mg); git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101296 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apxs.in b/support/apxs.in index 5de9456787..4f4c1da26e 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -53,7 +53,7 @@ # . # -require 5.003; +require 5.004; use strict; package apxs;