Hmmmm, a question before you do any upgrade - How do you verify/test that your application under 5.6.1 will still work under 5.8.x? There are a few differences in the 5.8.x release (checkout the release note). Probably won't matter that much, but it would be great if your application, including all the modules for the application, has test cases to verify that nothing is broken by the upgrade. You can't assume that your application will work under later releases of Perl.
Case 1 - If your projects are using Test::Simple or Test::More for testing. Congratulations! You should be pretty confident to say - I can upgrade to any future Perl version I want.
Case 2 - If your projects do not have test suite, then start writing them now! Be sure to check out the Test::Simple and Test::More packages on CPAN.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.