X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fauthor%2Fspelling.t;h=b645a4f0a317ebcc9ab49309e9a6de2bee0ec408;hb=cf8eab35bae767daf240ec91a97b1809fda012ea;hp=1b6c57f33adb7a3ca91d360cdec82f06c7f28e92;hpb=965f3e35b1f8287990aeb8f102ebc0bc107e11e8;p=catagits%2FCatalyst-Runtime.git diff --git a/t/author/spelling.t b/t/author/spelling.t index 1b6c57f..b645a4f 100644 --- a/t/author/spelling.t +++ b/t/author/spelling.t @@ -4,17 +4,20 @@ use Test::More; use Test::Spelling; add_stopwords(qw( - undef env regex rethrow rethrows stringifies CPAN STDERR SIGCHLD baz + API CGI MVC PSGI Plack README SSI Starman XXXX URI htaccess middleware + mixins namespace psgi startup Deprecations catamoose cataplack linearize + subclasses subdirectories refactoring adaptors + 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 request's - wiki bitmask uri url urls dir hostname http https IP SSL + BUILDARGS metaclass namespaces pre + 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();