On Wed, 31 May 2000, Karl Djemal wrote:

> I'm trying to get up to speed with mod_perl and have been playing around
> with Apache::StatINC so that any perl modules I update get reloaded.
> >From what I can see in the error_log file it does get re-loaded, but the
> changes don't seem to take effect until I touch my perl program that
> 'uses' this module.  Why?

Does your Apache::Registry script import anything from this module?  If
not, it's possible that perl has in-lined your module's subroutines in the
Registry script as an optimization during compiling.  Those warnings you
mentioned usually indicate that.

- Perrin

Reply via email to