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