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=e5b01bc053bd3e80e84ba4091cd46ec3ae641b44;hp=f503ff532d39263cc55a3deb5176ea73f3d2ddb2;hb=8e1c7822b8e7e5fd43ae4a4fb85c7997a262bbf4;hpb=576de1063fbf94e8233c4794c4b0728101c50952 diff --git a/t/author/spelling.t b/t/author/spelling.t index f503ff5..e5b01bc 100644 --- a/t/author/spelling.t +++ b/t/author/spelling.t @@ -4,17 +4,144 @@ use Test::More; use Test::Spelling; add_stopwords(qw( - undef env regex rethrow rethrows stringifies CPAN STDERR SIGCHLD - roadmap wishlist refactor refactored runtime pluggable pluggability hoc apis - fastcgi nginx IIS middlewares - ctx _application MyApp restarter httponly Utils - dispatchtype dispatchtypes redispatch redispatching - CaptureArgs ChainedParent PathPart PathPrefix - BUILDARGS metaclass - filename tempname - wiki bitmask uri url urls dir hostname http https IP SSL + Accel API CGI MVC PSGI Plack README SSI Starman XXXX URI htaccess middleware + mixins namespace psgi startup Deprecations catamoose cataplack linearize + subclasses subdirectories refactoring adaptors validator remediations + undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz + roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis + fastcgi nginx Lighttpd IIS middlewares backend IRC IOLayer + ctx _application MyApp restarter httponly Utils stash's unescapes + actionchain dispatchtype dispatchtypes redispatch redispatching + CaptureArgs ChainedParent PathPart PathParts PathPrefix + BUILDARGS metaclass namespaces pre ARGV ReverseProxy TT UI + filename tempname request's subdirectory ini uninstalled uppercased + wiki bitmask uri url urls dir hostname proxied http https IP SSL + inline INLINE plugins cpanfile resized + FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored + ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websocket websockets proxying + UTF unicode async codebase dev encodable filenames params MyMiddleware Sendfile + JSON xml POSTs POSTed RESTful performant subref actionrole + chunked chunking codewise distingush equivilent plack Javascript gzipping + ConfigLoader getline whitepaper matchable TBD WIP + Andreas + André + 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 + Mischa + Miyagawa + Montes + Napiorkowski + Naughton + Oleg + Ragwitz + Ramberg + Rasnita + Reis + Riedel + Rockway + Roditi + Rodland + Ruthven + Sascha + Scala + Schutz + Sedlacek + Sheidlower + SpiceMan + Spiegelmock + Styn + Szilakszi + Tatsuhiko + Ulf + Upasana + Venters + Vilain + Viljo + Wardley + Westermann + Willert + Yuval + abraxxa + abw + alls + andrewalker + andyg + audreyt + bricas + chansen + codebases + davewood + dhoss + dkubb + dwc + esskar + fREW + fireartist + frew + gabb + groditi + hobbs + ilmari + jcamacho + jhannah + jnap + jon + konobi + marcus + mgrimes + miyagawa + mst + multipart + naughton + ningu + nothingmuch + numa + obra + phaylon + rafl + rainboxx + revmischa + sri + szbalint + uploadtmp + vanstyn + willert + wreis )); -set_spell_cmd('aspell list -l en_GB'); +set_spell_cmd('aspell list -l en'); all_pod_files_spelling_ok(); done_testing();