Minimal problem description...
t/TEST -clean
touch t/conf/httpd.conf.in
t/TEST -configure
grep Include t/conf/httpd.conf
Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/extra.conf"
Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/httpd.conf"
Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/single-declined.conf"
Include "/home/rik/dev/Apache/AlterTransChain2/t/conf/single-default.conf"
t/TEST
Subroutine handler redefined at
/home/rik/dev/Apache/AlterTransChain2/t/../blib/lib/Apache/AlterTransChain.pm
line 22.
Subroutine AlterTrans redefined at
/home/rik/dev/Apache/AlterTransChain2/t/../blib/lib/Apache/AlterTransChain.pm
line 37.
Subroutine handler redefined at
/home/rik/dev/Apache/AlterTransChain2/t/../blib/lib/Apache/AlterTransChain.pm
line 22.
Subroutine AlterTrans redefined at
/home/rik/dev/Apache/AlterTransChain2/t/../blib/lib/Apache/AlterTransChain.pm
line 37.
<snip => ^C>
# diff -u TestConfig.pm~ TestConfig.pm
--- TestConfig.pm~ Thu Jan 10 18:15:18 2002
+++ TestConfig.pm Thu Jan 10 18:22:28 2002
@@ -1101,6 +1101,7 @@
if (my $extra_conf = $self->generate_extra_conf) {
for my $file (@$extra_conf) {
if ($file =~ /\.conf$/) {
+ next if $file =~ /\/httpd\.conf$/;
$self->postamble(Include => qq("$file"));
}
elsif ($file =~ /\.pl$/) {
Rick Myers [EMAIL PROTECTED]
----------------------------------------------------
The Feynman Problem 1) Write down the problem.
Solving Algorithm 2) Think real hard.
3) Write down the answer.