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