Subject: | Testing with the wrong perl |
The test results are mostly red in the matrix:
http://matrix.cpantesters.org/?dist=HTML-Form-XSS%200.33
The reason is that the 02_scripts.t calls $Bin/../script/check.pl which calls perl via shebang. The shebang is then resolving to the first perl in the PATH which quite often is not the perl that is running the tests.
A solution would be to call perl directly with $^X.
HTH&&Thanks,
(Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)