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~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9977ef947d161654267b5648628fb270a0d5334c;hp=965f3e35b1f8287990aeb8f102ebc0bc107e11e8 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();