You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by sc...@apache.org on 2010/01/22 07:59:01 UTC

svn commit: r902011 - /perl/Apache-Test/trunk/lib/Apache/TestConfig.pm

Author: sctemme
Date: Fri Jan 22 06:59:00 2010
New Revision: 902011

URL: http://svn.apache.org/viewvc?rev=902011&view=rev
Log:
No need to wrap Apache 1.3 directive in IfVersion (which 1.3 doesn't support anyway)

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestConfig.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestConfig.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/TestConfig.pm?rev=902011&r1=902010&r2=902011&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestConfig.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestConfig.pm Fri Jan 22 06:59:00 2010
@@ -2717,9 +2717,7 @@
 </IfModule>
 
 <IfDefine APACHE1>
-<IfVersion < 2.3.4>
     LockFile             @t_logs@/accept.lock
-</IfVersion>
     StartServers         @MinClients@
     MinSpareServers      @MinClients@
     MaxSpareServers      @MinClients@