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.11~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=be0d2bc6eefe4e2401f865deee64c9a45133b747 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;