Subject: | Wrong perl used in tests (0.0369) |
The test suite may fail because the wrong perl is used in the test suite (the first perl in $PATH, not the perl used running Makefile.PL):
...
Can't load '/home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/arch/auto/SPVM/SPVM.so' for module SPVM: /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/arch/auto/SPVM/SPVM.so: Undefined symbol "PL_unitcheckav" at /usr/local/lib/perl5/5.24/mach/DynaLoader.pm line 193.
Compilation failed in require at /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/lib/SPVM/Builder.pm line 19.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/lib/SPVM/Builder.pm line 19.
Compilation failed in require at /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/lib/SPVM/Builder/Exe.pm line 9.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/lib/SPVM/Builder/Exe.pm line 9.
Compilation failed in require at blib/script/spvmcc line 6.
BEGIN failed--compilation aborted at blib/script/spvmcc line 6.
Can't execute comman perl -Mblib -- blib/script/spvmcc -q -I t/default/lib TestCase::MyExe: at t/exe.t line 31.
t/exe.t .............................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...