accesssor (three s's) is definitely a misspelling!
[gitmo/Moose.git] / xt / author / pod_spell.t
1 use strict;
2 use warnings;
3
4 use Test::Spelling;
5
6 my @stopwords;
7 for (<DATA>) {
8     chomp;
9     push @stopwords, $_
10         unless /\A (?: \# | \s* \z)/msx;    # skip comments, whitespace
11 }
12
13 add_stopwords(@stopwords);
14 local $ENV{LC_ALL} = 'C';
15 set_spell_cmd('aspell list -l en');
16 all_pod_files_spelling_ok;
17
18 __DATA__
19 ## personal names
20 Aankhen
21 Aran
22 autarch
23 Buels
24 chansen
25 chromatic's
26 Debolaz
27 Deltac
28 dexter
29 doy
30 ewilhelm
31 frodwith
32 Goulah
33 gphat
34 groditi
35 Hardison
36 jrockway
37 Kinyon's
38 Kogman
39 kolibrie
40 konobi
41 Lanyon
42 lbr
43 Luehrs
44 McWhirter
45 merlyn
46 mst
47 nothingmuch
48 Pearcey
49 perigrin
50 phaylon
51 Prather
52 Ragwitz
53 Reis
54 rafl
55 rindolf
56 rlb
57 Rockway
58 Roditi
59 Rolsky
60 Roszatycki
61 Roszatycki's
62 sartak
63 Sedlacek
64 Shlomi
65 SL
66 stevan
67 Stevan
68 tozt
69 Vilain
70 wreis
71 Yuval
72
73 ## proper names
74 AOP
75 CLOS
76 cpan
77 CPAN
78 OCaml
79 ohloh
80 SVN
81
82 ## Moose
83 AttributeHelpers
84 BankAccount
85 BankAccount's
86 BinaryTree
87 BUILDALL
88 BUILDARGS
89 CheckingAccount
90 clearers
91 composable
92 Debuggable
93 DEMOLISHALL
94 hardcode
95 immutabilization
96 immutabilize
97 introspectable
98 metaclass
99 Metaclass
100 METACLASS
101 metaclass's
102 metadata
103 MetaObject
104 metaprogrammer
105 metarole
106 metaroles
107 metatraits
108 mixins
109 MooseX
110 Num
111 oose
112 OtherName
113 PosInt
114 PositiveInt
115 ro
116 rw
117 RoleSummation
118 Str
119 TypeContraints
120
121 ## computerese
122 API
123 APIs
124 arrayrefs
125 arity
126 Baz
127 Changelog
128 codebase
129 committer
130 committers
131 compat
132 datetimes
133 dec
134 definedness
135 destructor
136 destructors
137 destructuring
138 dev
139 DWIM
140 DUCKTYPE
141 GitHub
142 hashrefs
143 hotspots
144 immutabilize
145 immutabilizes
146 immutabilized
147 inline
148 inlines
149 invocant
150 invocant's
151 irc
152 IRC
153 isa
154 JSON
155 kv
156 login
157 mul
158 namespace
159 namespaced
160 namespaces
161 namespacing
162 # as in required-ness
163 ness
164 O'Caml
165 OO
166 OOP
167 ORM
168 overridable
169 parameterizable
170 parameterization
171 parameterize
172 parameterized
173 parameterizes
174 params
175 pluggable
176 prechecking
177 prepends
178 pu
179 rebase
180 rebased
181 rebasing
182 reblesses
183 refactored
184 refactoring
185 rethrows
186 ROLETYPE
187 runtime
188 serializer
189 stacktrace
190 subclassable
191 subname
192 subtyping
193 TODO
194 unblessed
195 unexport
196 UNIMPORTING
197 unimporting
198 Unported
199 unsets
200 unsettable
201 utils
202 whitelist
203 Whitelist
204 workflow
205
206 ## other jargon
207 bey
208 gey
209
210 ## neologisms
211 breakability
212 delegatee
213 featureful
214 hackery
215 hacktern
216 undeprecate
217 wrappee
218
219 ## compound
220 # half-assed
221 assed
222 # role-ish, Ruby-ish, medium-to-large-ish
223 ish
224 # kool-aid
225 kool
226 # pre-5.10
227 pre
228 # vice versa
229 versa
230 lookup
231 # co-maint
232 maint
233
234 ## slang
235 C'mon
236 might've
237 Nuff
238
239 ## things that should be in the dictionary, but are not
240 attribute's
241 declaratively
242 everybody's
243 everyone's
244 human's
245 indices
246 initializers
247 newfound
248 reimplements
249 reinitializes
250 specializer
251
252 ## misspelt on purpose
253 emali
254 uniq
255