in reply to Synching Perl module contexts between machines
One thought is that you could package up your scripts into a distribution with Module::Build and list module dependencies in the "requires" parameter. Then use the "ppmdist" action to create a PPM file that you install on your automated build machine and which should trigger installation of dependencies.
-xdg
Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Synching Perl module contexts between machines
by GrandFather (Saint) on Sep 12, 2005 at 22:15 UTC | |
by xdg (Monsignor) on Sep 12, 2005 at 23:20 UTC |