I have some files that will be common to several sites, some components and
some perl modules.

For the components I can add this to global.cfg ...

mason.comp_root: [ /path/to/site/comps, /path/to/common/comps ]

That should let me access the common components, while allowing me to
over-ride them if I need to on a particular site.

What I'm not sure about is how to setup the path to the common modules.
I'm guessing I'd need a ...

use lib '/path/to/common/lib';

somewhere, but not sure where?  Or could this also be done in the
global.cfg file?
------------------------------------------------------------------------------
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to