Normally it is perfectly OK to have two different perl versions installed (as long as the installations don't overwrite each others files). The problem you're describing can be caused by having the PERLLIB or PERL5LIB environment variables pointing to the wrong library path (to the lib path of the old perl install, in this case).

If either of those vars is set, try clearing them and then re-run perl Makefile.PL etc. Also make sure that the perl.exe that gets run is the one you want to install the module with.

If this doesn't help, you might have the wrong library path built into the perl interpreter - you need to reconfigure and compile perl if that is the case.


In reply to Re^3: Installing v5.8.4 by Joost
in thread Installing v5.8.4 by mohawk1

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.