add segfault workaround to pod spelling test
[gitmo/Class-MOP.git] / xt / author / pod_spell.t
index 53a1703..233e308 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;