Skip Menu |

This queue is for tickets about the HTML-Form-XSS CPAN distribution.

Report information
The Basics
Id: 99335
Status: resolved
Priority: 0/
Queue: HTML-Form-XSS

People
Owner: DUMB [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.33
Fixed in: 0.34



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)
On Mon Oct 06 21:18:47 2014, ANDK wrote: Show quoted text
> 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)
Thanks for the bug report, i've now fixed this in version 0.34 which is currently being processed by cpan. Here is the diff: https://github.com/thedumbterminal/HTML-Form-XSS/commit/6fac81bbbbcfb9d2f6a7c4c528a0cf43c3d14c84
Now fixed in version 0.34