Subject: | System perl used in tests |
It seems that the test suite fails if the first perl in the user's $PATH is not the perl used for running the build (it looks like a dependency error, but it isn't):
...
Can't locate namespace/autoclean.pm in @INC (@INC contains: ... .) at /home/cpansand/.cpan/build/2018120104/File-ChangeNotify-0.29-0/blib/lib/File/ChangeNotify.pm line 5.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018120104/File-ChangeNotify-0.29-0/blib/lib/File/ChangeNotify.pm line 5.
Compilation failed in require at /home/cpansand/.cpan/build/2018120104/Plerd-1.7-0/t/../bin/plerdwatcher line 11.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018120104/Plerd-1.7-0/t/../bin/plerdwatcher line 11.
Tried to launch a plerdwatcher test instance, but no PID file found. at t/daemon.t line 79.
t/daemon.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...