in reply to module management in enterprise?
in the end, if we have perl modules under /team/perl_lib/, we can just include that path in the "use lib '/team/perl_lib'; ".
If you have control over the perl install, you can rebuild perl and add '/team/perl' to @INC at build time, then your scripts do not need to anything special.
|
|---|