X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fauthor%2Fspelling.t;h=b4c51191c4bc3c97ff58414c19942bc38f1724b4;hp=1b6c57f33adb7a3ca91d360cdec82f06c7f28e92;hb=898621af4bef93b9c6bf0569426659c13c864d67;hpb=f8db2ed7cc69853222729adfdbb48e5e4bea9bd2 diff --git a/t/author/spelling.t b/t/author/spelling.t index 1b6c57f..b4c5119 100644 --- a/t/author/spelling.t +++ b/t/author/spelling.t @@ -4,17 +4,125 @@ 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 ARGV ReverseProxy + filename tempname request's subdirectory ini uninstalled uppercased + wiki bitmask uri url urls dir hostname proxied http https IP SSL + inline INLINE plugins cpanfile + FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored + ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websockets + UTF async codebase dev filenames params MyMiddleware + JSON POSTed RESTful configuation performant subref actionrole + Andreas + Ashton + Axel + Balint + Belka + Brocard + Caelum + Cassidy + Dagfinn + Danijel + Dhanani + Dhaval + Diment + Doran + Edvinsson + Florian + Geoff + Grundman + Hartmaier + Hawes + Ilmari + Johan + Kamholz + Kiefer + Kieren + Kitover + Kogman + Kostyuk + Kubb + Lammel + Lindstrom + Mannsåker + Marienborg + Marrandi + McWhirter + Milicevic + Miyagawa + Montes + Naughton + Oleg + Ragwitz + Ramberg + Rasnita + Reis + Riedel + Rockway + Roditi + Rodland + Ruthven + Sascha + Schutz + Sedlacek + Sheidlower + SpiceMan + Szilakszi + Tatsuhiko + Ulf + Vilain + Viljo + Wardley + Westermann + Willert + Yuval + abraxxa + abw + andyg + audreyt + bricas + chansen + dhoss + dkubb + dwc + esskar + fREW + fireartist + frew + gabb + groditi + hobbs + ilmari + jcamacho + jhannah + jon + konobi + marcus + mgrimes + miyagawa + mst + naughton + ningu + nothingmuch + numa + obra + phaylon + rafl + rainboxx + sri + szbalint + willert + wreis )); -set_spell_cmd('aspell list -l en_GB'); +set_spell_cmd('aspell list -l en'); all_pod_files_spelling_ok(); done_testing();