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: rt80388~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=79aa72e4e9a8938a7195971a82d29f1575619c27 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;