Hello, I have an issue, where perl runtime 5.8.8 runs on AIX 6.1 . This is the default version that comes with AIX OS. I then go to upgrade my OS, of which IBM includes an upgrade of perl runtime (perl.rte) this upgrade will overlay/backlevel modules of which I installed specifically for user request. Case in point, I installed Spreadsheet::XLSX that needed FILE::TEMP v. 0.2304. When I went to upgrade my OS, the Perl bundle "backleveled" the Temp.pm file which got installed from v.2304 of File::TEMP, thus the users program bombed. This was file /usr/opt/perl5/lib/5.8.8/File/Temp.pm, Until I was able to re-install the module. Now, I go to IBM with this issue, indicating that their upgrade process is bombing my "installed" modules for specific programs. They (IBM) indicates that they do not support Perl and that they just get the bundle for their latest upgrade from perl.org. I am at a loss on how to proactively prevent this "backleveling" of modules and or to Identify those that are getting installed with this new runtime release. I hope this makes sense, and appreciate the help in advance. Thank you.

In reply to Upgrading perl under AIX issues. by twieckow

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.