Subject: | Tests fail with ExtUtils-MakeMaker 7.05_15 https://metacpan.org/release/BINGOS/ExtUtils-MakeMaker-7.05_15 |
Hi!
The File-Find-Rule-Perl-1.13’s tests fail with EU::MM 7.05_15:
PERL_DL_NONLAZY=1 "/home/shlomif/apps/perl/brew/perls/perl-5.20.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_compile.t ... ok
t/02_main.t ...... ok
# Failed test 'Found the expected files'
# at t/03_no_index.t line 54.
# Structures begin differing at:
# $got->[3] = '_eumm/File-Find-Rule-Perl.ppd'
# $expected->[3] = 'lib/File/Find/Rule/Perl.pm'
# Failed test 'Found the expected files'
# at t/03_no_index.t line 54.
# Structures begin differing at:
# $got->[3] = '_eumm/File-Find-Rule-Perl.ppd'
# $expected->[3] = 'lib/File/Find/Rule/Perl.pm'
# Failed test 'Found the expected files'
# at t/03_no_index.t line 54.
# Structures begin differing at:
# $got->[3] = '_eumm/File-Find-Rule-Perl.ppd'
# $expected->[3] = 'lib/File/Find/Rule/Perl.pm'
# Failed test 'Found the expected files'
# at t/03_no_index.t line 54.
# Structures begin differing at:
# $got->[3] = '_eumm/File-Find-Rule-Perl.ppd'
# $expected->[3] = 'lib/File/Find/Rule/Perl.pm'
# Looks like you failed 4 tests of 22.
t/03_no_index.t ..
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/22 subtests
Test Summary Report
-------------------
t/03_no_index.t (Wstat: 1024 Tests: 22 Failed: 4)
Failed tests: 2, 4, 6, 8
Non-zero exit status: 4
Files=3, Tests=31, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.14 cusr 0.01 csys = 0.17 CPU)
Result: FAIL
Failed 1/3 test programs. 4/31 subtests failed.
Makefile:812: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 4
I'm using /home/shlomif/apps/perl/brew/perls/perl-5.20.2/bin/perl on Mageia Linux x86-64 5.
Please look into fixing it.