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