On Thu, 04 Dec 2003 17:16:38 -0800
Stas Bekman <[EMAIL PROTECTED]> wrote:
Hi Stas,
>[...]
>> The problem seems to be as following: Apache::Status somehow
>> autovivifies Apache::PerlSections stash, while Apache/PerlSections.pm
>> wasn't loaded yet. That's why preloading Apache::PerlSections solves the
>> problem. Our code does not attempt to load packages whose stashes exist,
>> which is obviously wrong. I'll post a patch soonish. I think instead of
>> checking for the stash, we need to check %INC.
>It was a bit trickier than I thought, but now the code is even simpler to
>follow. This should solve your problem Enrico. 'make test' pass 100% with this
>patch.
I've applied the patch (manually because 'patch' fails) to mp 1.9911
(Perl 5.8.1): all tests pass and the problem seems to be solved.
You will insert it into the current CVS or we should apply the patch
each time (or we should be preload Apache::PerlSections)?
Many thanks! :-)
by
- Enrico
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]