]> granicus.if.org Git - apache/commitdiff
this won't work with 5.003, so bump up the require to
authorJeff Trawick <trawick@apache.org>
Fri, 19 Sep 2003 19:55:16 +0000 (19:55 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 19 Sep 2003 19:55:16 +0000 (19:55 +0000)
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

support/apxs.in

index 5de9456787225937a40ce4df843dfebf982cac4a..4f4c1da26eb0ddd69fbb77c35a284dc350833c3a 100644 (file)
@@ -53,7 +53,7 @@
 # <http://www.apache.org/>.
 #
 
-require 5.003;
+require 5.004;
 use strict;
 package apxs;