From: Alexander Hartmaier Date: Fri, 29 Jul 2011 14:51:08 +0000 (+0200) Subject: we agreed on neither enforcing en_US nor en_GB X-Git-Tag: 5.90005~4^2~10^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5cb3390d7974420a06173cf84ba5a1301471b2e7 we agreed on neither enforcing en_US nor en_GB --- diff --git a/t/author/spelling.t b/t/author/spelling.t index 1b6c57f..ea72024 100644 --- a/t/author/spelling.t +++ b/t/author/spelling.t @@ -14,7 +14,7 @@ add_stopwords(qw( filename tempname request's wiki bitmask uri url urls dir hostname http https IP SSL )); -set_spell_cmd('aspell list -l en_GB'); +set_spell_cmd('aspell list -l en'); all_pod_files_spelling_ok(); done_testing();