that is: you have to start with a clean slate and reinstall all packages with new versions built for 5.10Yep - that's pretty much the case. Any *pure perl* modules wouldn't have to be reinstalled, but any perl extensions (ie modules that contain XS code, and therefore need some compilation) *would* need to be reinstalled.
You probably aren't using all that many pure perl modules - which means that, in reality, you'd just remove your current 5.8 installation entirely, and build your 5.10 installation from scratch.
PPM probably now has features that would enable you to easily install (into 5.10) all of the modules you had on 5.8 ... but I don't know.
Cheers,
Rob
Afterthought: To ease the transition, you could run *both* perl 5.8 and perl 5.10 on the same box by installing 5.10 to a different location. Then it's just a matter of setting the path to point to whichever perl you want to use at any particular time.
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.