whitespace fixes in Upgrading.pod
[catagits/Catalyst-Runtime.git] / t / 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
c0a8a4b8 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
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
22 UTF async codebase dev encodable filenames params MyMiddleware Sendfile
23 JSON xml POSTed RESTful performant subref actionrole
24 chunked chunking codewise distingush equivilent plack Javascript gzipping
25 ConfigLoader getline whitepaper
73cfe9ca 26 Andreas
27 Ashton
28 Axel
29 Balint
30 Belka
31 Brocard
32 Caelum
33 Cassidy
34 Dagfinn
35 Danijel
36 Dhanani
37 Dhaval
38 Diment
8d4a01a2 39 Doran
73cfe9ca 40 Edvinsson
41 Florian
42 Geoff
43 Grundman
44 Hartmaier
45 Hawes
46 Ilmari
47 Johan
48 Kamholz
49 Kiefer
50 Kieren
51 Kitover
52 Kogman
53 Kostyuk
54 Kubb
55 Lammel
56 Lindstrom
57 Mannsåker
58 Marienborg
59 Marrandi
60 McWhirter
61 Milicevic
62 Miyagawa
63 Montes
64 Naughton
65 Oleg
66 Ragwitz
67 Ramberg
68 Rasnita
69 Reis
70 Riedel
71 Rockway
72 Roditi
73 Rodland
74 Ruthven
75 Sascha
76 Schutz
77 Sedlacek
78 Sheidlower
79 SpiceMan
55ca399c 80 Styn
73cfe9ca 81 Szilakszi
82 Tatsuhiko
83 Ulf
efa8265f 84 Upasana
73cfe9ca 85 Vilain
86 Viljo
87 Wardley
88 Westermann
89 Willert
90 Yuval
91 abraxxa
92 abw
93 andyg
94 audreyt
95 bricas
96 chansen
566678d0 97 davewood
73cfe9ca 98 dhoss
99 dkubb
100 dwc
101 esskar
102 fREW
103 fireartist
104 frew
105 gabb
106 groditi
107 hobbs
108 ilmari
109 jcamacho
110 jhannah
566678d0 111 jnap
73cfe9ca 112 jon
113 konobi
114 marcus
6e130824 115 mgrimes
73cfe9ca 116 miyagawa
117 mst
566678d0 118 Napiorkowski
73cfe9ca 119 naughton
120 ningu
121 nothingmuch
122 numa
123 obra
124 phaylon
125 rafl
126 rainboxx
127 sri
128 szbalint
55ca399c 129 vanstyn
73cfe9ca 130 willert
131 wreis
c0a8a4b8 132));
9977ef94 133set_spell_cmd('aspell list -l en');
c0a8a4b8 134all_pod_files_spelling_ok();
135
136done_testing();