projects
/
perl
/
modules
/
Task-Devel-Cover-Recommended.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d929b6c
)
Don't run the POD spelling test in taint mode
author
Vincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 00:27:25 +0000 (22:27 -0200)
committer
Vincent 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
patch
|
blob
|
history
diff --git
a/t/93-pod-spelling.t
b/t/93-pod-spelling.t
index acb2587f33fc4b02293b6e968ae86cb4a6b9c676..16367648ad585483951e74c77969838acdbc0bb0 100644
(file)
--- a/
t/93-pod-spelling.t
+++ b/
t/93-pod-spelling.t
@@
-1,4
+1,4
@@
-#!perl
-T
+#!perl
use strict;
use warnings;