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