Hi Torsten,

I put out a release candidate for Apache-Test 1.33 yesterday.  Did you
see the email come through?  An archive copy of it is located here:

http://www.gossamer-threads.com/lists/modperl/dev/101934

This commit puts us in a weird place; I can't really go forward with
testing the release candidate with features being added after it was
rolled like this was.


---------- Forwarded message ----------
From:  <tors...@apache.org>
Date: Sun, Aug 22, 2010 at 5:43 AM
Subject: svn commit: r987890 - in /perl/Apache-Test/trunk: Changes
lib/Apache/TestConfigPerl.pm
To: test-comm...@perl.apache.org


Author: torsten
Date: Sun Aug 22 12:43:45 2010
New Revision: 987890

URL: http://svn.apache.org/viewvc?rev=987890&view=rev
Log:
Propagate APACHE_TEST_NO_STICKY_PREFERENCES to the Apache environment.

Modified:
   perl/Apache-Test/trunk/Changes
   perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm

Modified: perl/Apache-Test/trunk/Changes
URL: 
http://svn.apache.org/viewvc/perl/Apache-Test/trunk/Changes?rev=987890&r1=987889&r2=987890&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Changes (original)
+++ perl/Apache-Test/trunk/Changes Sun Aug 22 12:43:45 2010
@@ -8,6 +8,11 @@ Changes - Apache::Test change logfile

 =item 1.33-dev

+Propagate APACHE_TEST_NO_STICKY_PREFERENCES to the Apache environment
+for mod_perl configurations (Apache::TestConfigPerl),
+http://www.gossamer-threads.com/lists/modperl/dev/101929
+[Torsten Foertsch]
+
 Provide build/test environment for modules bundled with mod_perl like
 Apache::Reload and Apache::SizeLimit
 [Torsten Foertsch]

Modified: perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm
URL: 
http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm?rev=987890&r1=987889&r2=987890&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestConfigPerl.pm Sun Aug 22 12:43:45 2010
@@ -159,7 +159,8 @@ sub configure_env {
    my $self = shift;
    $self->preamble(IfModule => 'mod_perl.c',
                    [ qw(PerlPassEnv APACHE_TEST_TRACE_LEVEL
-                         PerlPassEnv HARNESS_PERL_SWITCHES)
+                         PerlPassEnv HARNESS_PERL_SWITCHES
+                         PerlPassEnv APACHE_TEST_NO_STICKY_PREFERENCES)
                    ]);
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to