All,
I have been trouble shooting a problem running the Parrot test suite. This is on Win32 using AS Perl 5.10.0 with MinGW. The issue is that I was getting a windows pop up indicating that perl588.dll could not be found. I tracked the problem down to the following line:
eval { require Moose; };

It turns out that when I de-installed AS 5.8.8, it did not remove the XS modules from \perl\site\lib and I had Moose installed there from the previous version. I fixed my problem by removing the offending module but I want to fix this for everyone. Here is the problem:

Since this is a windows error, you need to determine which version of perl an XS module was linked against without loading it. Anyone have any ideas on how this might be accomplished?

Update: "...but I want to fix this for everyone" should have read "but I want to fix smartlinks.t in the parrot test suite for everyone.

Cheers - L~R


In reply to Detect which version of perl an XS module is linked against? by Limbic~Region

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.