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.

  • Comment on Re: Synching Perl module contexts between machines

Replies are listed 'Best First'.
Re^2: Synching Perl module contexts between machines
by GrandFather (Saint) on Sep 12, 2005 at 22:15 UTC

    I'm looking for something a little more automatic. Maybe I'll write a script to do it :)


    Perl is Huffman encoded by design.

      If it's installed module environment replication you want, maybe ASPN's PPM profiles will do what you want. (Though it does required a paid license.) I haven't tried it but it sounds like it might be another solution.

      -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.