let you not finalize a request when you wish to jailbreak psgi
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
CommitLineData
c0a8a4b8 1use strict;
2use warnings;
3use Test::More;
4use Test::Spelling;
5
6add_stopwords(qw(
cf8eab35 7 API CGI MVC PSGI Plack README SSI Starman XXXX URI htaccess middleware
8 mixins namespace psgi startup Deprecations catamoose cataplack linearize
9 subclasses subdirectories refactoring adaptors
8ad6fd58 10 undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
59e2fe94 11 roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
8ad6fd58 12 fastcgi nginx Lighttpd IIS middlewares backend IRC
59e2fe94 13 ctx _application MyApp restarter httponly Utils stash's unescapes
c0a8a4b8 14 dispatchtype dispatchtypes redispatch redispatching
15 CaptureArgs ChainedParent PathPart PathPrefix
c2c8d3cb 16 BUILDARGS metaclass namespaces pre ARGV ReverseProxy
8ad6fd58 17 filename tempname request's subdirectory ini uninstalled uppercased
18 wiki bitmask uri url urls dir hostname proxied http https IP SSL
a943d722 19 inline INLINE plugins cpanfile
e5cd6cc0 20 FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored
eb1f4b49 21 ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websockets
73cfe9ca 22 Andreas
23 Ashton
24 Axel
25 Balint
26 Belka
27 Brocard
28 Caelum
29 Cassidy
30 Dagfinn
31 Danijel
32 Dhanani
33 Dhaval
34 Diment
8d4a01a2 35 Doran
73cfe9ca 36 Edvinsson
37 Florian
38 Geoff
39 Grundman
40 Hartmaier
41 Hawes
42 Ilmari
43 Johan
44 Kamholz
45 Kiefer
46 Kieren
47 Kitover
48 Kogman
49 Kostyuk
50 Kubb
51 Lammel
52 Lindstrom
53 Mannsåker
54 Marienborg
55 Marrandi
56 McWhirter
57 Milicevic
58 Miyagawa
59 Montes
60 Naughton
61 Oleg
62 Ragwitz
63 Ramberg
64 Rasnita
65 Reis
66 Riedel
67 Rockway
68 Roditi
69 Rodland
70 Ruthven
71 Sascha
72 Schutz
73 Sedlacek
74 Sheidlower
75 SpiceMan
76 Szilakszi
77 Tatsuhiko
78 Ulf
79 Vilain
80 Viljo
81 Wardley
82 Westermann
83 Willert
84 Yuval
85 abraxxa
86 abw
87 andyg
88 audreyt
89 bricas
90 chansen
91 dhoss
92 dkubb
93 dwc
94 esskar
95 fREW
96 fireartist
97 frew
98 gabb
99 groditi
100 hobbs
101 ilmari
102 jcamacho
103 jhannah
104 jon
105 konobi
106 marcus
6e130824 107 mgrimes
73cfe9ca 108 miyagawa
109 mst
110 naughton
111 ningu
112 nothingmuch
113 numa
114 obra
115 phaylon
116 rafl
117 rainboxx
118 sri
119 szbalint
120 willert
121 wreis
c0a8a4b8 122));
9977ef94 123set_spell_cmd('aspell list -l en');
c0a8a4b8 124all_pod_files_spelling_ok();
125
126done_testing();