From: Dave Rolsky Date: Fri, 25 Dec 2009 16:39:41 +0000 (-0600) Subject: add segfault workaround to pod spelling test X-Git-Tag: 0.93_01~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0bc504862da4ba549c74248a0573570e0e2aacb0;p=gitmo%2FMoose.git add segfault workaround to pod spelling test --- diff --git a/xt/author/pod_spell.t b/xt/author/pod_spell.t index 12c10a0..070db64 100644 --- a/xt/author/pod_spell.t +++ b/xt/author/pod_spell.t @@ -11,6 +11,7 @@ for () { } add_stopwords(@stopwords); +local $ENV{LC_ALL} = 'C'; set_spell_cmd('aspell list -l en'); all_pod_files_spelling_ok;