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 MySite aren't always in a consistent state
> because as I fix something or add a feature to the engine for a
> particular site, I have to regression test it before running the other
> sites against it.
> 
> I'm trying to figure out how to have three varying copies of MySite
> under the same mod_perl server.  As far as I can tell, perl just uses
> the first one it encounters.

Apache::PerlVINC?

  http://search.cpan.org/~davem/Apache-PerlVINC-0.03/

HTH

--Geoff

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to