in reply to Re: Proper handling of shebang line while performing local testing?
in thread Proper handling of shebang line while performing local testing?

This should not be needed. When testing locally just use invocations like prove -lr t/ and perl script/foo.pl so that the shebangs are not used. There is another underlying issue here.

Replies are listed 'Best First'.
Re^3: Proper handling of shebang line while performing local testing?
by Anonymous Monk on Sep 19, 2018 at 17:54 UTC
    Er, perl -Ilib script/foo.pl