Merge branch 'master' into gsoc_breadboard
[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 ConfigLoader json xml
10     IOC conf myapp customised
11     undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
12     roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
13     fastcgi nginx Lighttpd IIS middlewares backend IRC
14     ctx _application MyApp restarter httponly Utils stash's unescapes
15     dispatchtype dispatchtypes redispatch redispatching
16     CaptureArgs ChainedParent PathPart PathPrefix
17     BUILDARGS metaclass namespaces pre ARGV ReverseProxy
18     filename tempname request's subdirectory ini uninstalled uppercased
19     wiki bitmask uri url urls dir hostname proxied http https IP SSL
20     inline INLINE plugins
21     Andreas
22     Ashton
23     Axel
24     Balint
25     Belka
26     Brocard
27     Caelum
28     Cassidy
29     Dagfinn
30     Danijel
31     Dhanani
32     Dhaval
33     Diment
34     Doran
35     Edvinsson
36     Florian
37     Geoff
38     Grundman
39     Hartmaier
40     Hawes
41     Ilmari
42     Johan
43     Kamholz
44     Kiefer
45     Kieren
46     Kitover
47     Kogman
48     Kostyuk
49     Kubb
50     Lammel
51     Lindstrom
52     MannsÃ¥ker
53     Marienborg
54     Marrandi
55     McWhirter
56     Milicevic
57     Miyagawa
58     Montes
59     Naughton
60     Oleg
61     Ragwitz
62     Ramberg
63     Rasnita
64     Reis
65     Riedel
66     Rockway
67     Roditi
68     Rodland
69     Ruthven
70     Sascha
71     Schutz
72     Sedlacek
73     Sheidlower
74     SpiceMan
75     Szilakszi
76     Tatsuhiko
77     Ulf
78     Vilain
79     Viljo
80     Wardley
81     Westermann
82     Willert
83     Yuval
84     abraxxa
85     abw
86     andyg
87     audreyt
88     bricas
89     chansen
90     dhoss
91     dkubb
92     dwc
93     esskar
94     fREW
95     fireartist
96     frew
97     gabb
98     groditi
99     hobbs
100     ilmari
101     jcamacho
102     jhannah
103     jon
104     konobi
105     marcus
106     miyagawa
107     mst
108     naughton
109     ningu
110     nothingmuch
111     numa
112     obra
113     phaylon
114     rafl
115     rainboxx
116     sri
117     szbalint
118     willert
119     wreis
120 ));
121 set_spell_cmd('aspell list -l en');
122 all_pod_files_spelling_ok();
123
124 done_testing();