"These will need to be installed using conventional cpanm techniques, and there are a few main issues here:"

Does ActiveState even ship with cpanm?

"then carefully inventory all of the packages that are now installed on the old system which do not appear on the new, and which cannot be obtained directly from the installation vendor."

Or just use perl -MCPAN -eautobundle to create a bundle for you, which you can then install the same way you would any other bundle:perl -MCPAN -e "install Bundle::Snapshot_YYYY_MM_DD_00". Alternativly if they're already an ActiveState user ppm profile save module-list.xml/ppm restore module-list.xml.

"Many Perl packages make use of underlying binary libraries using so-called XS technology. All packages must be installed through cpanm from the latest available sources."

So you've suggested ActiveState which does not ship with a compiler and build tools, and insist that OP compile everything despite the fact that PPM exists? Doesn't sound like you're in a position to offer any constructive advice here.


In reply to Re^2: Migrating from Windows Server 2003 by marto
in thread Migrating from Windows Server 2003 by cochise33

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.