No, this isnt another CPAN question...

I help to maintain a perl app that depends on a number of perl modules. Instead of customers installing their own set of modules directly from CPAN we distribute a known set of working modules and install them into a known location (within the app's own directory rather than the perl system directories).

We currently have this working by maintaining our own (versioned) public CPAN repo that we point customer installs at (for use by 'CPAN'), but it is getting unwiedly in size (every new version of the software has to have its own CPAN repo with known working modules) and harder to maintain all the time (we create and update a new cpan repo with all the latest 'real' CPAN modules for every major release of the software).

Better would be to only supply those modules we actually need (in .tar.gz format) via a single large tarball and install them directly via a perl script (using an appropriate module as necessary, also within that tarball). Other people must be doing this already, but we havnt found the best (or even a working) way to do this.

Any suggestions?

Thanks


In reply to Installing a group of .tar.gz format perl modules by duncs

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.