From: Vincent Pit Date: Fri, 2 Nov 2012 00:27:25 +0000 (-0200) Subject: Don't run the POD spelling test in taint mode X-Git-Tag: v0.04~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=commitdiff_plain;h=1b7b7253507182b0da40129fb972713cdd4726fb 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. --- diff --git a/t/93-pod-spelling.t b/t/93-pod-spelling.t index acb2587..1636764 100644 --- a/t/93-pod-spelling.t +++ b/t/93-pod-spelling.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use strict; use warnings;