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