add segfault workaround to pod spelling test
Dave Rolsky [Fri, 25 Dec 2009 16:39:41 +0000 (10:39 -0600)]
xt/author/pod_spell.t

index 12c10a0..070db64 100644 (file)
@@ -11,6 +11,7 @@ for (<DATA>) {
 }
 
 add_stopwords(@stopwords);
+local $ENV{LC_ALL} = 'C';
 set_spell_cmd('aspell list -l en');
 all_pod_files_spelling_ok;