Subject: | System perl used in tests (?) |
On my smoker systems the t/plackup-integration.t test fails:
open3: exec of plackup --listen :39763 -I/tmpfs/.cpan-build-cpansand/2016102606/MVC-Neaf-0.11-0/lib /tmpfs/.cpan-build-cpansand/2016102606/MVC-Neaf-0.11-0/example/01-request.pl failed: No such file or directory at t/plackup-integration.t line 50.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/plackup-integration.t ..
Dubious, test returned 2 (wstat 512, 0x200)
All 1 subtests passed
I think the problem is that the currently tested perl is not in $PATH, so plackup is also not in path. It could help if you prepend $Config{scriptdir} to $ENV{PATH}.