X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fauthor%2Fpod_spell.t;h=070db64b3a69312906311db6c5cebacd146474d3;hb=0bc504862da4ba549c74248a0573570e0e2aacb0;hp=12c10a043f8732fe6f572149bf2c0092daa0d909;hpb=c345515801ccf94ce15513cd185060052d3ed94e;p=gitmo%2FMoose.git 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;