fixed spelling tests
[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     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
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
13     ctx _application MyApp restarter httponly Utils stash's unescapes
14     dispatchtype dispatchtypes redispatch redispatching
15     CaptureArgs ChainedParent PathPart PathPrefix
16     BUILDARGS metaclass namespaces pre ARGV ReverseProxy
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
20     FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored
21     ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websockets
22     UTF async codebase dev filenames params MyMiddleware
23     JSON POSTed RESTful configuation performant subref actionrole
24     chunked chunking codewise distingush equivilent plack Javascript
25     Andreas
26     Ashton
27     Axel
28     Balint
29     Belka
30     Brocard
31     Caelum
32     Cassidy
33     Dagfinn
34     Danijel
35     Dhanani
36     Dhaval
37     Diment
38     Doran
39     Edvinsson
40     Florian
41     Geoff
42     Grundman
43     Hartmaier
44     Hawes
45     Ilmari
46     Johan
47     Kamholz
48     Kiefer
49     Kieren
50     Kitover
51     Kogman
52     Kostyuk
53     Kubb
54     Lammel
55     Lindstrom
56     MannsÃ¥ker
57     Marienborg
58     Marrandi
59     McWhirter
60     Milicevic
61     Miyagawa
62     Montes
63     Naughton
64     Oleg
65     Ragwitz
66     Ramberg
67     Rasnita
68     Reis
69     Riedel
70     Rockway
71     Roditi
72     Rodland
73     Ruthven
74     Sascha
75     Schutz
76     Sedlacek
77     Sheidlower
78     SpiceMan
79     Szilakszi
80     Tatsuhiko
81     Ulf
82     Vilain
83     Viljo
84     Wardley
85     Westermann
86     Willert
87     Yuval
88     abraxxa
89     abw
90     andyg
91     audreyt
92     bricas
93     chansen
94     dhoss
95     dkubb
96     dwc
97     esskar
98     fREW
99     fireartist
100     frew
101     gabb
102     groditi
103     hobbs
104     ilmari
105     jcamacho
106     jhannah
107     jon
108     konobi
109     marcus
110     mgrimes
111     miyagawa
112     mst
113     naughton
114     ningu
115     nothingmuch
116     numa
117     obra
118     phaylon
119     rafl
120     rainboxx
121     sri
122     szbalint
123     willert
124     wreis
125 ));
126 set_spell_cmd('aspell list -l en');
127 all_pod_files_spelling_ok();
128
129 done_testing();