Irinotecan has asked for the wisdom of the Perl Monks concerning the following question:
and MyProject.pl references the module as: use ModuleGroup::MyModule How do I set up things so that if I run MyProject.pl from the development directory, it will use the development module(s), but if I run it from a release directory, it will load the module instead from a typical release directory such as /usr/local/lib/ste_perl/ModuleGroup/MyModule.pm?/home/user/Projects/Perl_mods/ModuleGroup/MyModule.pm /home/user/Projects/Perl_Project/MyProject.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Separating Development and Release Modules
by mr_mischief (Monsignor) on Sep 10, 2007 at 00:08 UTC | |
|
Re: Separating Development and Release Modules
by pajout (Curate) on Sep 10, 2007 at 12:01 UTC | |
|
Re: Separating Development and Release Modules
by Fletch (Bishop) on Sep 10, 2007 at 13:05 UTC |