I've solved this issue a couple of different ways on a number of different platforms. Let me talk about two of those:

One environment I worked in I created a Solaris pkg file of a standardized Perl distrobution that I engineered. We took a development machine, put together a tree under a directory called /usr/local/software/perl-{VERSION} and installed all the CPAN modules we felt we needed to standardize on there. Once that was done we used the normal Sun packaging tools along with some cleanup scripts to do things like link the Perl executable into /usr/bin/perl the library tree to the right place, etc.

In one other environment ("a major financial compnay") AFS was the standard way of "distributing", for a lack of better word for it, software packages. Again, development and test machines were employed to put the dietributions together and put them on the AFS cells. In that environment we had many platforms to support so some automounter tricks were used to make sure that the right version of the Perl trees were mounted on the machines accordingly. AFS was laid out to accomodate the architecture differences between the platforms and the automounter maps for them configured accordingly.


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

In reply to Re: Secure deployment of binary perl modules by blue_cowdawg
in thread Secure deployment of binary perl modules by KillerDll

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.