Subject: | System perl used in tests |
Tests fail on most of my smokers:
...
# Failed test 'bin/timeline.pl displayed help correctly'
# at t/test.t line 15.
# Looks like you failed 1 test of 1.
t/test.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...
t/test.t is using "perl" directly, which is usually the system perl unless the user changed his PATH. Probably this should be replaced by $^X.