We're trying to deploy a Perl environment out to numerous test platforms that will be running Windows/Linux/Solaris and Dos. The 2 real OSes (And Windows) will use multiple architectures to complicate things.

Windows is currently the long pole since it doesn't come with a compiler and mingw/dmake/etc aren't working real well for us. PPM from activestate doesn't have all the modules that cpan does (IE not seeing HTTP::Daemon)

What suggestions does everyone have to this problem? IE how would you deploy perl and numerous cpan modules to windows x86/x86_64/ia64, Linux x86/x86_64/ia64/ppc, Solaris sparc/x86/x86_64 and Dos? Dos can be left out since its a special case.

We're also wanting an automated install so testers do not need to configure much of anything other than installing Perl.


In reply to Suggestions on Deploying Perl Test Environment by diabelek

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.