]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/commit
Don't run the POD spelling test in taint mode
authorVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 00:27:25 +0000 (22:27 -0200)
committerVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 00:32:15 +0000 (22:32 -0200)
commit824367ca2a10d99287fb83be655b24688f4cc058
tree54f9bde784bb81155d40b63be1886d8f3881017d
parent2a9dee79e2745ec96ce0955559ba2d8116b74526
Don't run the POD spelling test in taint mode

This causes the test to crash on perl 5.12 and below with sensitive
architectures like FreeBSD. Ultimately the root of the issue seems to have
been https://rt.perl.org/rt3/Public/Bug/Display.html?id=60378.

Thanks Slaven Rezic for debugging this.
t/93-pod-spelling.t