[EMAIL PROTECTED] (René Seindal) wrote:
>I just got bitten by the problem of Apache::StatINC not reloading
>modules found through an element of @INC, which is no longer present
>when StatINC runs.
[...]
>A small change to StatINC solves the problem. Since StatINC could stat
>the file, the file is accessible, only not through require(). The fix is
>to change StatINC to load the file instead of the module, which is
>achieved with this little patch (against 1.06 from mod_perl 1.21, but
>nothing seems to have changed):
I've been in favor of this change for a long time. I last suggested it here:
http://forum.swarthmore.edu/epigone/modperl/stexlorblay
I'm still in favor, perhaps this time it will happen? The only problem seems
to happen when people use relative pathnames to source files, which is a bad
idea under mod_perl anyway.