Re: Using different versions of perl libraries with same name

2004-10-04 Thread Ryan Underwood
On Sun, Oct 03, 2004 at 12:00:31AM -0400, Stas Bekman wrote: > > > > > >Apache::PerlVINC? > > > > http://search.cpan.org/~davem/Apache-PerlVINC-0.03/ hmm, I tried this. It seems to function as designed, but an undesirable side-effect is a noticeable delay on _every_ page load, even when reloadi

Re: Using different versions of perl libraries with same name

2004-10-03 Thread Ryan Underwood
On Sun, Oct 03, 2004 at 12:00:31AM -0400, Stas Bekman wrote: > > > >Apache::PerlVINC? > > > > http://search.cpan.org/~davem/Apache-PerlVINC-0.03/ Cool, that's not a perfect solution but it should work. I hope it gets along with Apache::Reload. > and if using modperl2, see: > http://perl.apache

Re: Using different versions of perl libraries with same name

2004-10-02 Thread Stas Bekman
Geoffrey Young wrote: Ryan Underwood wrote: Hi, I'm looking for a solution to the following problem. I have an engine library MySite which is a common base of code used to build a new site upon. Site1, Site2, and Site3 each have a copy of MySite at various stages in development; the copies of MySit

Re: Using different versions of perl libraries with same name

2004-10-02 Thread Geoffrey Young
Ryan Underwood wrote: > Hi, > > I'm looking for a solution to the following problem. > > I have an engine library MySite which is a common base of code used to > build a new site upon. > > Site1, Site2, and Site3 each have a copy of MySite at various stages in > development; the copies of MySi