>>>>> "Philippe" == Philippe M Chiasson <[EMAIL PROTECTED]> writes:

Philippe> Frank Wiles wrote:
>> Hi Everyone, 
>> 
>> Back in November Randal mentioned he was having trouble with his
>> <Perl> sections.  See this message from the archives,
>> http://snipurl.com/monw. 
>> 
>> Attached is a small patch that I believe fixes the issue. 

Philippe> Sorry, but it doesn't fix the issue.

Here's what I'm *still* using:

    use Apache2::PerlSections;
    BEGIN {
      *Apache2::PerlSections::dump_special = sub {
        my($self, @data) = @_;
        $self->add_config($_) for @data;
      }
    }

It's gotta do at least this for it to work for me.

-- 
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!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to