This is using Perl 5.22.1

5.22.1 comes with makemaker 7.04_01, if the test failures bother you, replace it with the newest version available (7.16) from cpan, maybe using https://metacpan.org/pod/distribution/perl/INSTALL#Adding-extra-modules-to-the-build

1. How is this intended to work...

Don't worry about it, if you wish, report test failures to the maintainers, and then you're done

2. does that really matter here?

Don't worry about it, you're not a makemaker maintainer, or a perl5-porter, its not worth looking into

3.Do these tests expect to be using the local copy lib or the system copy? (Currently they are picking up the ones in the system library.)

Don't worry about it, tests rarely explain/document their expectations, the maintainers will know what to do....

You can always diff against the latest current version of the tests .... but http://perl5.git.perl.org/perl.git/history/HEAD:/cpan/ExtUtils-MakeMaker/t/basic.t hasn't changed in all that time


In reply to Re: errors with cpan/ExtUtils-MakeMaker/t/basic.t by Anonymous Monk
in thread errors with cpan/ExtUtils-MakeMaker/t/basic.t by billr1

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.