in reply to errors with cpan/ExtUtils-MakeMaker/t/basic.t

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

  • Comment on Re: errors with cpan/ExtUtils-MakeMaker/t/basic.t

Replies are listed 'Best First'.
Re^2: errors with cpan/ExtUtils-MakeMaker/t/basic.t
by stevieb (Canon) on May 13, 2016 at 23:38 UTC

    ++. Nice answer.

Re^2: errors with cpan/ExtUtils-MakeMaker/t/basic.t
by billr1 (Initiate) on May 14, 2016 at 15:20 UTC
    Thanks, I will contact the maintainers and maybe try makemaker 7.16 to see if the errors are still present.