]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/commitdiff
Don't run the POD spelling test in taint mode
authorVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 00:27:25 +0000 (22:27 -0200)
committerVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 01:47:11 +0000 (23:47 -0200)
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.

t/93-pod-spelling.t

index acb2587f33fc4b02293b6e968ae86cb4a6b9c676..16367648ad585483951e74c77969838acdbc0bb0 100644 (file)
@@ -1,4 +1,4 @@
-#!perl -T
+#!perl
 
 use strict;
 use warnings;