On Thu, 2 Dec 1999, Michael Smith wrote:

> I'm experiencing difficulties when using PerlFreshRestart modules that
> depend on %INC.  In my particular case I'm trying to use persistent
> connections in DBI through Apache-DBI, and Apache/DBI is not in %INC
> when PerlFreshRestart causes DBI to be loaded a second time.

there's a change in the cvs tree that might help:
PerlFreshRestart semantics changed to preserve order of PerlModule's
and not to reload modules while actually iterating over %INC

so if you configure:
PerlModule Apache::DBI DBI

they should both be reloaded in that order.

Reply via email to