From: Dave Rolsky Date: Fri, 25 Dec 2009 16:39:18 +0000 (-0600) Subject: add segfault workaround to pod spelling test X-Git-Tag: 0.97_01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3aad1e203e3bb072b423f28b991540913f98d5d4;hp=ec52b37ad0cba41a9770c8971ee16f54bbfdfc89;p=gitmo%2FClass-MOP.git add segfault workaround to pod spelling test --- diff --git a/xt/author/pod_spell.t b/xt/author/pod_spell.t index 53a1703..233e308 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;