![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^3: Proper handling of shebang line while performing local testing?by Corion (Patriarch) |
on Sep 05, 2018 at 07:29 UTC ( #1221735=note: print w/replies, xml ) | Need Help?? |
Maybe then you need to invoke your tests in a different way. I usually run single tests as
... and the whole test suite with
or, if I want to run the author tests as well, with:
Directly starting a test will get things confused because the kernel will invoke the Perl that is hardcoded in the first line instead of using the Perl that you (may) want.
In Section
Seekers of Perl Wisdom
|
|