I posted my bug report about two weeks ago. Just want to make sure
that it's still active.
For my installation, I'll have to continue the workaround of:
use Apache2::PerlSections;
BEGIN {
*Apache2::PerlSections::dump_special = sub {
my($self, @data) = @_;
$self->add_config($_) for @data;
}
}
That's one fix, or you could make add_config handle a list instead.
I think this fix is closer to the docs, but the docs are a bit vague.
Without this fix, setting @PerlConfig to a list of items ignores
everything after the first. Ugh.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[email protected]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!