f55ea408366a5ba279717d798e7ff98cae5208da
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
1 use strict;
2 use warnings;
3 use Test::More;
4 use Test::Spelling;
5
6 add_stopwords(qw(
7     Accel 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 validator remediations
10     undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
11     roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
12     fastcgi nginx Lighttpd IIS middlewares backend IRC IOLayer
13     ctx _application MyApp restarter httponly Utils stash's unescapes
14     actionchain dispatchtype dispatchtypes redispatch redispatching
15     CaptureArgs ChainedParent PathPart PathPrefix
16     BUILDARGS metaclass namespaces pre ARGV ReverseProxy TT UI
17     filename tempname request's subdirectory ini uninstalled uppercased
18     wiki bitmask uri url urls dir hostname proxied http https IP SSL
19     inline INLINE plugins cpanfile resized
20     FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored
21     ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websocket websockets proxying
22     UTF unicode async codebase dev encodable filenames params MyMiddleware Sendfile
23     JSON xml POSTs POSTed RESTful performant subref actionrole
24     chunked chunking codewise distingush equivilent plack Javascript gzipping
25     ConfigLoader getline whitepaper matchable
26     Andreas
27     André
28     Ashton
29     Axel
30     Balint
31     Belka
32     Brocard
33     Caelum
34     Cassidy
35     Dagfinn
36     Danijel
37     Dhanani
38     Dhaval
39     Diment
40     Doran
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
63     Miyagawa
64     Montes
65     Naughton
66     Oleg
67     Ragwitz
68     Ramberg
69     Rasnita
70     Reis
71     Riedel
72     Rockway
73     Roditi
74     Rodland
75     Ruthven
76     Sascha
77     Schutz
78     Sedlacek
79     Sheidlower
80     SpiceMan
81     Styn
82     Szilakszi
83     Tatsuhiko
84     Ulf
85     Upasana
86     Vilain
87     Viljo
88     Wardley
89     Westermann
90     Willert
91     Yuval
92     abraxxa
93     abw
94     andyg
95     audreyt
96     bricas
97     chansen
98     davewood
99     dhoss
100     dkubb
101     dwc
102     esskar
103     fREW
104     fireartist
105     frew
106     gabb
107     groditi
108     hobbs
109     ilmari
110     jcamacho
111     jhannah
112     jnap
113     jon
114     konobi
115     marcus
116     mgrimes
117     miyagawa
118     mst
119     Napiorkowski
120     naughton
121     ningu
122     nothingmuch
123     numa
124     obra
125     phaylon
126     rafl
127     rainboxx
128     sri
129     szbalint
130     vanstyn
131     willert
132     wreis
133 ));
134 set_spell_cmd('aspell list -l en');
135 all_pod_files_spelling_ok();
136
137 done_testing();