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