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 st...@apache.org on 2013/07/17 14:24:08 UTC

svn commit: r1504092 - in /perl/modperl/branches/httpd24/t/response/TestAPI: access2.pm access2_24.pm

Author: stevehay
Date: Wed Jul 17 12:24:08 2013
New Revision: 1504092

URL: http://svn.apache.org/r1504092
Log:
Wrap <IfVersion>s added by r1497234 in <IfModule mod_version.c> as per r1504090.

Modified:
    perl/modperl/branches/httpd24/t/response/TestAPI/access2.pm
    perl/modperl/branches/httpd24/t/response/TestAPI/access2_24.pm

Modified: perl/modperl/branches/httpd24/t/response/TestAPI/access2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/t/response/TestAPI/access2.pm?rev=1504092&r1=1504091&r2=1504092&view=diff
==============================================================================
--- perl/modperl/branches/httpd24/t/response/TestAPI/access2.pm (original)
+++ perl/modperl/branches/httpd24/t/response/TestAPI/access2.pm Wed Jul 17 12:24:08 2013
@@ -93,6 +93,7 @@ sub handler {
 __DATA__
 
 <NoAutoConfig>
+<IfModule mod_version.c>
 <IfVersion < 2.3.0>
 <Location /TestAPI__access2>
     PerlAuthenHandler TestAPI::access2
@@ -121,4 +122,5 @@ __DATA__
     </IfModule>
 </Location>
 </IfVersion>
+</IfModule>
 </NoAutoConfig>

Modified: perl/modperl/branches/httpd24/t/response/TestAPI/access2_24.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/t/response/TestAPI/access2_24.pm?rev=1504092&r1=1504091&r2=1504092&view=diff
==============================================================================
--- perl/modperl/branches/httpd24/t/response/TestAPI/access2_24.pm (original)
+++ perl/modperl/branches/httpd24/t/response/TestAPI/access2_24.pm Wed Jul 17 12:24:08 2013
@@ -94,6 +94,7 @@ sub authn_handler {
 __DATA__
 
 <NoAutoConfig>
+<IfModule mod_version.c>
 <IfVersion > 2.4.1>
 
 PerlAddAuthzProvider my-user TestAPI::access2_24->authz_handler
@@ -125,4 +126,5 @@ PerlAddAuthzProvider my-group TestAPI::a
     </IfModule>
 </Location>
 </IfVersion>
+</IfModule>
 </NoAutoConfig>