Subject: | Syntax checks fail if run under Taint mode with relative paths in $ENV{PATH} |
It is not sufficient to untaint the values at https://metacpan.org/source/SZABGAB/Test-Strict-0.27/lib/Test/Strict.pm#L180 - you also need to convert any relative paths to absolute ones,or alternatively clear PATH entirely, and just supply an absolute $Test::Strict::Perl to qx().