Subject: | System perl used in tests (v1.3.0) |
It seems that the tests call the wrong interpreter: the first perl in the user's PATH and not the perl used for building & testing. This usually shows up in strange dependency errors. A sample fail report:
http://www.cpantesters.org/cpan/report/fa5654f6-aae6-11e9-80b1-b1d9c81360c6
A possible fix is to use $^X when calling perl scripts from test scripts, or to use the blib/script version which should have the correct shebang.