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.990.0~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git;a=commitdiff_plain;h=d81c12bf9d6bc6c30ab02b7164bffd8af19beac7 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;