fix broken 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
23     Andreas
24     Ashton
25     Axel
26     Balint
27     Belka
28     Brocard
29     Caelum
30     Cassidy
31     Dagfinn
32     Danijel
33     Dhanani
34     Dhaval
35     Diment
36     Doran
37     Edvinsson
38     Florian
39     Geoff
40     Grundman
41     Hartmaier
42     Hawes
43     Ilmari
44     Johan
45     Kamholz
46     Kiefer
47     Kieren
48     Kitover
49     Kogman
50     Kostyuk
51     Kubb
52     Lammel
53     Lindstrom
54     MannsÃ¥ker
55     Marienborg
56     Marrandi
57     McWhirter
58     Milicevic
59     Miyagawa
60     Montes
61     Naughton
62     Oleg
63     Ragwitz
64     Ramberg
65     Rasnita
66     Reis
67     Riedel
68     Rockway
69     Roditi
70     Rodland
71     Ruthven
72     Sascha
73     Schutz
74     Sedlacek
75     Sheidlower
76     SpiceMan
77     Szilakszi
78     Tatsuhiko
79     Ulf
80     Vilain
81     Viljo
82     Wardley
83     Westermann
84     Willert
85     Yuval
86     abraxxa
87     abw
88     andyg
89     audreyt
90     bricas
91     chansen
92     dhoss
93     dkubb
94     dwc
95     esskar
96     fREW
97     fireartist
98     frew
99     gabb
100     groditi
101     hobbs
102     ilmari
103     jcamacho
104     jhannah
105     jon
106     konobi
107     marcus
108     mgrimes
109     miyagawa
110     mst
111     naughton
112     ningu
113     nothingmuch
114     numa
115     obra
116     phaylon
117     rafl
118     rainboxx
119     sri
120     szbalint
121     willert
122     wreis
123 ));
124 set_spell_cmd('aspell list -l en');
125 all_pod_files_spelling_ok();
126
127 done_testing();