change the way we do this logic for older perl compat
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
CommitLineData
c0a8a4b8 1use strict;
2use warnings;
3use Test::More;
4use Test::Spelling;
5
6add_stopwords(qw(
566678d0 7 Accel API CGI MVC PSGI Plack README SSI Starman XXXX URI htaccess middleware
cf8eab35 8 mixins namespace psgi startup Deprecations catamoose cataplack linearize
566678d0 9 subclasses subdirectories refactoring adaptors validator remediations
8ad6fd58 10 undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
59e2fe94 11 roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
566678d0 12 fastcgi nginx Lighttpd IIS middlewares backend IRC IOLayer
59e2fe94 13 ctx _application MyApp restarter httponly Utils stash's unescapes
566678d0 14 actionchain dispatchtype dispatchtypes redispatch redispatching
c0a8a4b8 15 CaptureArgs ChainedParent PathPart PathPrefix
473078ff 16 BUILDARGS metaclass namespaces pre ARGV ReverseProxy TT UI
8ad6fd58 17 filename tempname request's subdirectory ini uninstalled uppercased
18 wiki bitmask uri url urls dir hostname proxied http https IP SSL
566678d0 19 inline INLINE plugins cpanfile resized
e5cd6cc0 20 FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored
566678d0 21 ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websocket websockets proxying
473078ff 22 UTF unicode async codebase dev encodable filenames params MyMiddleware Sendfile
23 JSON xml POSTs POSTed RESTful performant subref actionrole
566678d0 24 chunked chunking codewise distingush equivilent plack Javascript gzipping
473078ff 25 ConfigLoader getline whitepaper matchable
73cfe9ca 26 Andreas
e2a8c7e5 27 André
73cfe9ca 28 Ashton
29 Axel
30 Balint
31 Belka
32 Brocard
33 Caelum
34 Cassidy
35 Dagfinn
36 Danijel
37 Dhanani
38 Dhaval
39 Diment
8d4a01a2 40 Doran
73cfe9ca 41 Edvinsson
42 Florian
43 Geoff
44 Grundman
45 Hartmaier
46 Hawes
47 Ilmari
48 Johan
49 Kamholz
50 Kiefer
51 Kieren
52 Kitover
53 Kogman
54 Kostyuk
55 Kubb
56 Lammel
57 Lindstrom
58 Mannsåker
59 Marienborg
60 Marrandi
61 McWhirter
62 Milicevic
63 Miyagawa
64 Montes
65 Naughton
66 Oleg
67 Ragwitz
68 Ramberg
69 Rasnita
70 Reis
71 Riedel
72 Rockway
73 Roditi
74 Rodland
75 Ruthven
76 Sascha
77 Schutz
78 Sedlacek
79 Sheidlower
80 SpiceMan
55ca399c 81 Styn
73cfe9ca 82 Szilakszi
83 Tatsuhiko
84 Ulf
efa8265f 85 Upasana
73cfe9ca 86 Vilain
87 Viljo
88 Wardley
89 Westermann
90 Willert
91 Yuval
92 abraxxa
93 abw
94 andyg
95 audreyt
96 bricas
97 chansen
566678d0 98 davewood
73cfe9ca 99 dhoss
100 dkubb
101 dwc
102 esskar
103 fREW
104 fireartist
105 frew
106 gabb
107 groditi
108 hobbs
109 ilmari
110 jcamacho
111 jhannah
566678d0 112 jnap
73cfe9ca 113 jon
114 konobi
115 marcus
6e130824 116 mgrimes
73cfe9ca 117 miyagawa
118 mst
566678d0 119 Napiorkowski
73cfe9ca 120 naughton
121 ningu
122 nothingmuch
123 numa
124 obra
125 phaylon
126 rafl
127 rainboxx
128 sri
129 szbalint
55ca399c 130 vanstyn
73cfe9ca 131 willert
132 wreis
c0a8a4b8 133));
9977ef94 134set_spell_cmd('aspell list -l en');
c0a8a4b8 135all_pod_files_spelling_ok();
136
137done_testing();