Author: torsten
Date: Sun Mar 3 20:34:40 2013
New Revision: 1452119
URL: http://svn.apache.org/r1452119
Log:
If built as part of the modperl distibution, t/conf/httpd.conf loads
Apache-Reload/../src/modules/perl/mod_perl.so
but could load Perl modules like Apache2::RequestIO that are installed
elsewhere in the system. That might cause false test failures.
This commit fixes that.
Added:
perl/Apache-Reload/tags/0_12/t/conf/extra.conf.in
Modified:
perl/Apache-Reload/tags/0_12/t/conf/ (props changed)
Propchange: perl/Apache-Reload/tags/0_12/t/conf/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Mar 3 20:34:40 2013
@@ -1,7 +1,7 @@
extra.conf
httpd.conf
extra.last.conf
-extra.conf.in
+extra.conf
apache_test_config.pm
mime.types
modperl_inc.pl
Added: perl/Apache-Reload/tags/0_12/t/conf/extra.conf.in
URL:
http://svn.apache.org/viewvc/perl/Apache-Reload/tags/0_12/t/conf/extra.conf.in?rev=1452119&view=auto
==============================================================================
--- perl/Apache-Reload/tags/0_12/t/conf/extra.conf.in (added)
+++ perl/Apache-Reload/tags/0_12/t/conf/extra.conf.in Sun Mar 3 20:34:40 2013
@@ -0,0 +1,3 @@
+PerlSwitches -I@ServerRoot@/../../Apache-Test/lib \
+ -I@ServerRoot@/../../blib/lib \
+ -I@ServerRoot@/../../blib/arch