Thanks everyone who responded. I still don't have a firm idea of how I want to accomplish this, but now I do have a pool of choices in front of me based on your suggestions.

Here is an image to better illustrate what I was looking for
http://punkish.eidesis.org/images/docs/plan.gif
Sorry, I don't think I can embed an image in either a post or even in my scratchpad... Perlmonks should really consider joining the modern web by allowing links to external images.

Ideally, the network mount of /usr/local/ from one master machine to other machines seems like the best way. There is one possibly hitch in this -- while most machines are Intel, there is at least one that is an AMD Opteron 64 bit, so XS modules might have to be compiled for it specifically. In fact, even Perl may have to be compiled for it specifically. I could be totally wrong in this, because I don't know XS from my ass, but then, something to worry about.

Other than the possible recompile hitch based on different chip types, the other way is to make one master repo, and then rsync to other machines. That way, one doesn't have to depend upon the network mount during production, although, this is one reliable and ultra-fast network. All fiber on the LAN.

Basically, the idea is to not only save on the extra work required to recompile and install everything on every machine, but also to ensure that every machine has exactly the same base config at all times.

Thanks monks.

--

when small people start casting long shadows, it is time to go to bed

In reply to Re: One Perl to Rule Them All by punkish
in thread One Perl to Rule Them All by punkish

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.