Why move? If you really need a feature of 5.8.x then fine. If not remember the old axiom: If it aint broken, don't fix it. As noted 5.8.x can benchmark a lot slower than 5.6.2 - as I understand it this is largely to do with all the unicode related internal changes.

Ideally you should have a full test suite so you can just put up 5.8.x, run the suite and relax. If not developing such a suite would be a good idea before you contemplate moving.

The major change to be aware of is binary incompatibility between 5.6.x and 5.8.x What this means is that every non (ActiveState) core C based module you have installed will need to be reinstalled before it has any chance of working. DBI, DBD::xxxx Digest::xxxx any many others fall into this category. Also you may need to have cl.exe handy as ActiveState no longer supplies PPMs for encryption modules so you may need to compile them yourself (unless you can find a PPM elsewhere)

cheers

tachyon


In reply to Re: Perl migration testing by tachyon
in thread Perl migration testing by john7701

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.