Thanks for answer. I quickly did a truss to find out who is loading Config.pm and found that it is Test::More who actually loads Config.pm via Test::Builder. It is unfortunate that it gets called on both perl versions but only 5.10 fails :(
my_perl:stat("blib/lib/Config.pm", 0xFFFFFD7FFFDFD640) Err#2 ENOENT my_perl:stat("/usr/local/pkgs/perl-5.10.0/lib/i86pc-solaris/Config.pm" +, 0xFFFFFD7FFFDFD640) = 0 my_perl:open("/usr/local/pkgs/perl-5.10.0/lib/i86pc-solaris/Config.pm" +, O_RDONLY) = 5 my_perl:stat("blib/lib/Config_heavy.pl", 0xFFFFFD7FFFDFD050) Err#2 ENO +ENT my_perl:stat("/usr/local/pkgs/perl-5.10.0/lib/i86pc-solaris/Config_hea +vy.pl", 0xFFFFFD7FFFDFD050) = 0 my_perl:open("/usr/local/pkgs/perl-5.10.0/lib/i86pc-solaris/Config_hea +vy.pl", O_RDONLY) = 5 vendor_perl:stat64("./Config.pmc", 0x08045DA0) Err#2 ENOENT vendor_perl:open64("./Config.pm", O_RDONLY) Err#2 +ENOENT vendor_perl:stat64("blib/lib/Config.pmc", 0x08045DA0) Err#2 ENOENT vendor_perl:open64("blib/lib/Config.pm", O_RDONLY) Err#2 +ENOENT vendor_perl:stat64("/usr/perl5/5.8.4/lib/i86pc-solaris-64int/Config.pm +c", 0x08045DA0) Err#2 ENOENT vendor_perl:open64("/usr/perl5/5.8.4/lib/i86pc-solaris-64int/Config.pm +", O_RDONLY) = 6

In reply to Re^4: make test fails for Devel::Symdump by itspaulryan
in thread make test fails for Devel::Symdump by itspaulryan

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.