When from_psgi_response, a bug when headers are already output and charset is set...
[catagits/Catalyst-Runtime.git] / xt / author / spelling.t
CommitLineData
c0a8a4b8 1use strict;
2use warnings;
3use Test::More;
4use Test::Spelling;
5
6add_stopwords(qw(
566678d0 7 Accel API CGI MVC PSGI Plack README SSI Starman XXXX URI htaccess middleware
cf8eab35 8 mixins namespace psgi startup Deprecations catamoose cataplack linearize
566678d0 9 subclasses subdirectories refactoring adaptors validator remediations
8ad6fd58 10 undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
59e2fe94 11 roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
566678d0 12 fastcgi nginx Lighttpd IIS middlewares backend IRC IOLayer
59e2fe94 13 ctx _application MyApp restarter httponly Utils stash's unescapes
566678d0 14 actionchain dispatchtype dispatchtypes redispatch redispatching
79fb8f95 15 CaptureArgs ChainedParent PathPart PathParts PathPrefix
473078ff 16 BUILDARGS metaclass namespaces pre ARGV ReverseProxy TT UI
8ad6fd58 17 filename tempname request's subdirectory ini uninstalled uppercased
18 wiki bitmask uri url urls dir hostname proxied http https IP SSL
566678d0 19 inline INLINE plugins cpanfile resized
e5cd6cc0 20 FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored
566678d0 21 ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websocket websockets proxying
473078ff 22 UTF unicode async codebase dev encodable filenames params MyMiddleware Sendfile
23 JSON xml POSTs POSTed RESTful performant subref actionrole
566678d0 24 chunked chunking codewise distingush equivilent plack Javascript gzipping
79fb8f95 25 ConfigLoader getline whitepaper matchable TBD WIP
73cfe9ca 26 Andreas
e2a8c7e5 27 André
73cfe9ca 28 Ashton
29 Axel
30 Balint
31 Belka
32 Brocard
33 Caelum
34 Cassidy
35 Dagfinn
36 Danijel
37 Dhanani
38 Dhaval
39 Diment
8d4a01a2 40 Doran
73cfe9ca 41 Edvinsson
42 Florian
43 Geoff
44 Grundman
45 Hartmaier
46 Hawes
47 Ilmari
48 Johan
49 Kamholz
50 Kiefer
51 Kieren
52 Kitover
53 Kogman
54 Kostyuk
55 Kubb
56 Lammel
57 Lindstrom
58 Mannsåker
59 Marienborg
60 Marrandi
61 McWhirter
62 Milicevic
8e1c7822 63 Mischa
73cfe9ca 64 Miyagawa
65 Montes
8e1c7822 66 Napiorkowski
73cfe9ca 67 Naughton
68 Oleg
69 Ragwitz
70 Ramberg
71 Rasnita
72 Reis
73 Riedel
74 Rockway
75 Roditi
76 Rodland
a8d271ac 77 Rothenberg
73cfe9ca 78 Ruthven
79 Sascha
79fb8f95 80 Scala
73cfe9ca 81 Schutz
82 Sedlacek
83 Sheidlower
84 SpiceMan
8e1c7822 85 Spiegelmock
55ca399c 86 Styn
73cfe9ca 87 Szilakszi
88 Tatsuhiko
89 Ulf
efa8265f 90 Upasana
1e300b1c 91 Venters
73cfe9ca 92 Vilain
93 Viljo
94 Wardley
95 Westermann
96 Willert
97 Yuval
98 abraxxa
99 abw
79fb8f95 100 alls
101 andrewalker
73cfe9ca 102 andyg
103 audreyt
104 bricas
105 chansen
79fb8f95 106 codebases
566678d0 107 davewood
73cfe9ca 108 dhoss
109 dkubb
110 dwc
111 esskar
112 fREW
113 fireartist
114 frew
115 gabb
116 groditi
117 hobbs
118 ilmari
119 jcamacho
120 jhannah
566678d0 121 jnap
73cfe9ca 122 jon
123 konobi
124 marcus
6e130824 125 mgrimes
73cfe9ca 126 miyagawa
127 mst
79fb8f95 128 multipart
73cfe9ca 129 naughton
130 ningu
131 nothingmuch
132 numa
133 obra
134 phaylon
135 rafl
136 rainboxx
8e1c7822 137 revmischa
a8d271ac 138 rrwo
73cfe9ca 139 sri
140 szbalint
79fb8f95 141 uploadtmp
55ca399c 142 vanstyn
73cfe9ca 143 willert
144 wreis
c0a8a4b8 145));
9977ef94 146set_spell_cmd('aspell list -l en');
46c460c9 147all_pod_files_spelling_ok('lib');
c0a8a4b8 148
149done_testing();