projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c345515
)
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
patch
|
blob
|
blame
|
history
diff --git
a/xt/author/pod_spell.t
b/xt/author/pod_spell.t
index
12c10a0
..
070db64
100644
(file)
--- a/
xt/author/pod_spell.t
+++ b/
xt/author/pod_spell.t
@@
-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;