Qiang has asked for the wisdom of the Perl Monks concerning the following question:
we install modules in a central location and add the path to PERL5LIB for mod_perl. the modules are commonly used by other small/mid size perl apps. once in a while, a new module is required or nice to have and i am debating about whether to put them under the project lib directory or in the commonly used module directory.. my head is telling me to put it into commonly used dir even if it is not currently.
how do you maintain modules in this situation?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: manage commonly used modules
by pc88mxer (Vicar) on Feb 26, 2008 at 20:26 UTC | |
by Qiang (Friar) on Feb 26, 2008 at 20:50 UTC | |
|
Re: manage commonly used modules
by CountZero (Bishop) on Feb 26, 2008 at 20:27 UTC | |
by Qiang (Friar) on Feb 26, 2008 at 20:46 UTC | |
by CountZero (Bishop) on Feb 26, 2008 at 21:15 UTC |