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.22~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=f875bbd708105434e7092fac0b72fa2b4fa81c0f 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;