Subject: | System perl used in tests |
The test suite fails on most smoker systems: http://matrix.cpantesters.org/?dist=Ravenel%201.1
It seems the reason is that t/run_tests.t does not run the perl used for the build, but the first perl in PATH, usually the system perl. Using $^X at some place usually helps.