Fix spelling, grammar and structural errors in 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(
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
3df65a8d 22 UTF async codebase dev filenames params MyMiddleware
efa8265f 23 JSON POSTed RESTful performant subref actionrole
9044f829 24 chunked chunking codewise distingush equivilent plack Javascript
efa8265f 25 ConfigLoader getline
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
80 Szilakszi
81 Tatsuhiko
82 Ulf
efa8265f 83 Upasana
73cfe9ca 84 Vilain
85 Viljo
86 Wardley
87 Westermann
88 Willert
89 Yuval
90 abraxxa
91 abw
92 andyg
93 audreyt
94 bricas
95 chansen
96 dhoss
97 dkubb
98 dwc
99 esskar
100 fREW
101 fireartist
102 frew
103 gabb
104 groditi
105 hobbs
106 ilmari
107 jcamacho
108 jhannah
109 jon
110 konobi
111 marcus
6e130824 112 mgrimes
73cfe9ca 113 miyagawa
114 mst
115 naughton
116 ningu
117 nothingmuch
118 numa
119 obra
120 phaylon
121 rafl
122 rainboxx
123 sri
124 szbalint
125 willert
126 wreis
c0a8a4b8 127));
9977ef94 128set_spell_cmd('aspell list -l en');
c0a8a4b8 129all_pod_files_spelling_ok();
130
131done_testing();