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.
- PerlFreshRestart and %INC Michael Smith
- Re: PerlFreshRestart and %INC Tim Bunce
- Re: PerlFreshRestart and %INC Michael Dearman
- RE: PerlFreshRestart and %INC Doug MacEachern
- RE: PerlFreshRestart and %INC Young, Geoffrey S.
- RE: PerlFreshRestart and %INC G.W. Haywood
- RE: PerlFreshRestart and %INC Young, Geoffrey S.
- Re: PerlFreshRestart and %INC Tim Bunce
- Re: PerlFreshRestart and %INC Randal L. Schwartz
- Re: PerlFreshRestart and %INC G.W. Haywood
- Re: PerlFreshRestart and %INC Tim Bunce
- Re: PerlFreshRestart and %INC brian moseley
- Re: PerlFreshRestart and %INC Jeffrey W. Baker
- Re: PerlFreshRestart and %INC Ken Williams