You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2001/06/14 18:38:48 UTC

Re: Apache::StatINC patch

thanks, this has been applied for 1.26-tobe.

On Wed, 14 Mar 2001, Ilya Konstantinov wrote:

> Hi,
> 
> While developing with mod_perl and Apache::ASP here at Aduva SID
> department, we've came across an annoying problem.
> 
> Apache::ASP adds it's 'Global' directory to @INC. We naturally
> used it to store modules. Since mod_perl resets @INC across requests
> but doesn't reset %INC, Apache::StatINC sometimes found changes in the
> used modules, but couldn't reload them (since their directory wasn't in
> @INC).
> 
> This patch will insert missing directories into @INC on the fly.
> 
>