lose the aggressive error handling - works when aggregated now
[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
87b12a6e 19 inline INLINE plugins
73cfe9ca 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 Edvinsson
34 Florian
35 Geoff
36 Grundman
37 Hartmaier
38 Hawes
39 Ilmari
40 Johan
41 Kamholz
42 Kiefer
43 Kieren
44 Kitover
45 Kogman
46 Kostyuk
47 Kubb
48 Lammel
49 Lindstrom
50 Mannsåker
51 Marienborg
52 Marrandi
53 McWhirter
54 Milicevic
55 Miyagawa
56 Montes
57 Naughton
58 Oleg
59 Ragwitz
60 Ramberg
61 Rasnita
62 Reis
63 Riedel
64 Rockway
65 Roditi
66 Rodland
67 Ruthven
68 Sascha
69 Schutz
70 Sedlacek
71 Sheidlower
72 SpiceMan
73 Szilakszi
74 Tatsuhiko
75 Ulf
76 Vilain
77 Viljo
78 Wardley
79 Westermann
80 Willert
81 Yuval
82 abraxxa
83 abw
84 andyg
85 audreyt
86 bricas
87 chansen
88 dhoss
89 dkubb
90 dwc
91 esskar
92 fREW
93 fireartist
94 frew
95 gabb
96 groditi
97 hobbs
98 ilmari
99 jcamacho
100 jhannah
101 jon
102 konobi
103 marcus
104 miyagawa
105 mst
106 naughton
107 ningu
108 nothingmuch
109 numa
110 obra
111 phaylon
112 rafl
113 rainboxx
114 sri
115 szbalint
116 willert
117 wreis
c0a8a4b8 118));
9977ef94 119set_spell_cmd('aspell list -l en');
c0a8a4b8 120all_pod_files_spelling_ok();
121
122done_testing();