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 2005/09/26 05:14:45 UTC

svn commit: r291521 - in /perl/Apache-Test/trunk/Apache-TestItSelf/sample: testitself_conf_apache_test_core.pl testitself_conf_mp2_core.pl testitself_conf_mp2_modules.pl

Author: pgollucci
Date: Sun Sep 25 20:14:41 2005
New Revision: 291521

URL: http://svn.apache.org/viewcvs?rev=291521&view=rev
Log:
update versions
perl 5.8.5 -> 5.8.7
httpd 2.0.53-dev -> 2.0.54

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

Modified: perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl?rev=291521&r1=291520&r2=291521&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl (original)
+++ perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl Sun Sep 25 20:14:41 2005
@@ -2,10 +2,10 @@
 
 %Apache::TestItSelf::Config = (
     repos_type    => 'apache_test_core',
-    perl_exec     => "/home/$ENV{USER}/perl/5.8.5-ithread/bin/perl5.8.5",
+    perl_exec     => "/home/$ENV{USER}/perl/5.8.7-ithread/bin/perl5.8.7",
     mp_gen        => '2.0',
     httpd_gen     => '2.0',
-    httpd_version => 'Apache/2.0.53-dev',
+    httpd_version => 'Apache/2.0.54',
     timeout       => 200,
     test_verbose  => 0,
 );
@@ -20,7 +20,7 @@
          httpd_exec    => "$path/$_/bin/httpd",
          httpd_conf    => "$path/$_/conf/httpd.conf",
          httpd_mpm     => "$_",
-         makepl_arg    => "MOD_PERL=2 -libmodperl $path/$_/modules/mod_perl-5.8.5-ithread.so",
+         makepl_arg    => "MOD_PERL=2 -libmodperl $path/$_/modules/mod_perl-5.8.7-ithread.so",
         };
 }
 

Modified: perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl?rev=291521&r1=291520&r2=291521&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl (original)
+++ perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl Sun Sep 25 20:14:41 2005
@@ -2,10 +2,10 @@
 
 %Apache::TestItSelf::Config = (
     repos_type    => 'mp2_core',
-    perl_exec     => "/home/$ENV{USER}/perl/5.8.5-ithread/bin/perl5.8.5",
+    perl_exec     => "/home/$ENV{USER}/perl/5.8.7-ithread/bin/perl5.8.7",
     mp_gen        => '2.0',
     httpd_gen     => '2.0',
-    httpd_version => 'Apache/2.0.53-dev',
+    httpd_version => 'Apache/2.0.54',
     timeout       => 900, # make test may take a long time
     test_verbose  => 0,
 );

Modified: perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl?rev=291521&r1=291520&r2=291521&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 Sun Sep 25 20:14:41 2005
@@ -2,10 +2,10 @@
 
 %Apache::TestItSelf::Config = (
     repos_type    => 'mp2_cpan_modules',
-    perl_exec     => "/home/$ENV{USER}/perl/5.8.5-ithread/bin/perl5.8.5",
+    perl_exec     => "/home/$ENV{USER}/perl/5.8.7-ithread/bin/perl5.8.7",
     mp_gen        => '2.0',
     httpd_gen     => '2.0',
-    httpd_version => 'Apache/2.0.53-dev',
+    httpd_version => 'Apache/2.0.54',
     timeout       => 200,
     test_verbose  => 0,
 );
@@ -20,7 +20,7 @@
          httpd_exec    => "$path/$_/bin/httpd",
          httpd_conf    => "$path/$_/conf/httpd.conf",
          httpd_mpm     => "$_",
-         makepl_arg    => "MOD_PERL=2 -libmodperl $path/$_/modules/mod_perl-5.8.5-ithread.so",
+         makepl_arg    => "MOD_PERL=2 -libmodperl $path/$_/modules/mod_perl-5.8.7-ithread.so",
         };
 }