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 pg...@apache.org on 2006/08/25 10:55:20 UTC

svn commit: r436723 - /perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl

Author: pgollucci
Date: Fri Aug 25 01:55:15 2006
New Revision: 436723

URL: http://svn.apache.org/viewvc?rev=436723&view=rev
Log:
cursed vi -- fix a typo 2.2.333 should be 2.2.3

Modified:
    perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl

Modified: perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl?rev=436723&r1=436722&r2=436723&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl (original)
+++ perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl Fri Aug 25 01:55:15 2006
@@ -11,7 +11,7 @@
 
 my $httpd_base   = "$base/httpd/svn";
 my $httpd_gen    = '2.0';
-my $httpd_ver    = 'Apache/2.2.333';
+my $httpd_ver    = 'Apache/2.2.3';
 my @mpms         = (qw(prefork worker));
 
 my $mp_gen       = 2.0;