Make the RoleSummation role application class an attribute of the composite metarole.
[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 arity
122 Baz
123 Changelog
124 codebase
125 committer
126 committers
127 compat
128 datetimes
129 dec
130 definedness
131 destructor
132 destructors
133 dev
134 DWIM
135 DUCKTYPE
136 GitHub
137 hashrefs
138 hotspots
139 immutabilize
140 immutabilized
141 inline
142 inlines
143 invocant
144 invocant's
145 irc
146 IRC
147 isa
148 kv
149 login
150 mul
151 namespace
152 namespaced
153 namespaces
154 namespacing
155 # as in required-ness
156 ness
157 OO
158 OOP
159 ORM
160 overridable
161 parameterizable
162 parameterization
163 parameterize
164 parameterized
165 parameterizes
166 params
167 pluggable
168 prechecking
169 prepends
170 pu
171 rebase
172 rebased
173 rebasing
174 reblesses
175 refactored
176 refactoring
177 rethrows
178 runtime
179 stacktrace
180 subclassable
181 subname
182 subtyping
183 TODO
184 unblessed
185 unexport
186 UNIMPORTING
187 Unported
188 unsets
189 unsettable
190 utils
191 whitelist
192 Whitelist
193 workflow
194
195 ## other jargon
196 bey
197 gey
198
199 ## neologisms
200 breakability
201 delegatee
202 hackery
203 hacktern
204 wrappee
205
206 ## compound
207 # half-assed
208 assed
209 # role-ish, Ruby-ish, medium-to-large-ish
210 ish
211 # kool-aid
212 kool
213 # pre-5.10
214 pre
215 # vice versa
216 versa
217 lookup
218 # co-maint
219 maint
220
221 ## slang
222 C'mon
223 might've
224 Nuff
225
226 ## things that should be in the dictionary, but are not
227 attribute's
228 declaratively
229 everybody's
230 everyone's
231 human's
232 indices
233 initializers
234 newfound
235 reimplements
236 reinitializes
237 specializer
238
239 ## misspelt on purpose
240 emali
241 uniq
242