merged conflicts
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
CommitLineData
c0a8a4b8 1use strict;
2use warnings;
3use Test::More;
4use Test::Spelling;
5
6add_stopwords(qw(
cf8eab35 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
8ad6fd58 10 undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
59e2fe94 11 roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
8ad6fd58 12 fastcgi nginx Lighttpd IIS middlewares backend IRC
59e2fe94 13 ctx _application MyApp restarter httponly Utils stash's unescapes
c0a8a4b8 14 dispatchtype dispatchtypes redispatch redispatching
15 CaptureArgs ChainedParent PathPart PathPrefix
c2c8d3cb 16 BUILDARGS metaclass namespaces pre ARGV ReverseProxy
8ad6fd58 17 filename tempname request's subdirectory ini uninstalled uppercased
18 wiki bitmask uri url urls dir hostname proxied http https IP SSL
a943d722 19 inline INLINE plugins cpanfile
e5cd6cc0 20 FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored
eb1f4b49 21 ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websockets
3df65a8d 22 UTF async codebase dev filenames params MyMiddleware
b87d834e 23 JSON POSTed RESTful configuation performant subref
73cfe9ca 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
8d4a01a2 37 Doran
73cfe9ca 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
6e130824 109 mgrimes
73cfe9ca 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
c0a8a4b8 124));
9977ef94 125set_spell_cmd('aspell list -l en');
c0a8a4b8 126all_pod_files_spelling_ok();
127
128done_testing();