Ade wrote:
> I have a module I've written, let's call it Foo::Bar.  Well, I have several
> projects running under mod_perl that use this module.  I add to the module
> from time to time, and thus newer projects will rely on a newer version of
> Foo::Bar.  All these projects are running on the same server, in the same
> mod_perl environment.  So there's a problem when one version of Foo::Bar
> gets cached and one script needs another version, but tries to use the one
> in memory 'cause all it knows is that it needs Foo::Bar.

Take a look at Apache::PerlVINC.
- Perrin

Reply via email to