X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fauthor%2Fspelling.t;h=b0f5cdd17fa2bc0dc053973237e45522e6417269;hb=1d85cbb36bf233f539a393b827ab66a31419994b;hp=38120550de0545341bd1bca74b98a7689b801bac;hpb=59e2fe94743666b9f079545e45252a93839c6398;p=catagits%2FCatalyst-Runtime.git diff --git a/t/author/spelling.t b/t/author/spelling.t index 3812055..b0f5cdd 100644 --- a/t/author/spelling.t +++ b/t/author/spelling.t @@ -4,17 +4,17 @@ use Test::More; use Test::Spelling; add_stopwords(qw( - undef env regex rethrow rethrows stringifies CPAN STDERR SIGCHLD + undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis - fastcgi nginx IIS middlewares + fastcgi nginx Lighttpd IIS middlewares backend IRC ctx _application MyApp restarter httponly Utils stash's unescapes dispatchtype dispatchtypes redispatch redispatching CaptureArgs ChainedParent PathPart PathPrefix - BUILDARGS metaclass - filename tempname - wiki bitmask uri url urls dir hostname http https IP SSL + BUILDARGS metaclass namespaces + filename tempname request's subdirectory ini uninstalled uppercased + wiki bitmask uri url urls dir hostname proxied 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();