Merge branch 'master' into attribute_helpers
[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 Vilain
67 wreis
68 Yuval
69
70 ## proper names
71 AOP
72 CLOS
73 cpan
74 CPAN
75 OCaml
76 ohloh
77 SVN
78
79 ## Moose
80 AttributeHelpers
81 BankAccount
82 BankAccount's
83 BinaryTree
84 BUILDALL
85 BUILDARGS
86 CheckingAccount
87 clearers
88 composable
89 Debuggable
90 DEMOLISHALL
91 hardcode
92 immutabilization
93 immutabilize
94 introspectable
95 metaclass
96 Metaclass
97 METACLASS
98 metaclass's
99 metadata
100 MetaObject
101 metaprogrammer
102 metarole
103 metatraits
104 mixins
105 MooseX
106 Num
107 oose
108 OtherName
109 PosInt
110 PositiveInt
111 ro
112 rw
113 Str
114 TypeContraints
115
116 ## computerese
117 API
118 APIs
119 Baz
120 Changelog
121 codebase
122 committer
123 committers
124 compat
125 datetimes
126 dec
127 definedness
128 destructor
129 destructors
130 dev
131 DWIM
132 DUCKTYPE
133 GitHub
134 hashrefs
135 hotspots
136 immutabilize
137 immutabilized
138 inline
139 inlines
140 invocant
141 invocant's
142 irc
143 IRC
144 isa
145 kv
146 login
147 mul
148 namespace
149 namespaced
150 namespaces
151 namespacing
152 # as in required-ness
153 ness
154 OO
155 OOP
156 ORM
157 overridable
158 parameterizable
159 parameterization
160 parameterize
161 parameterized
162 parameterizes
163 pluggable
164 prechecking
165 prepends
166 pu
167 rebase
168 rebased
169 rebasing
170 refactored
171 refactoring
172 runtime
173 stacktrace
174 subclassable
175 subname
176 subtyping
177 TODO
178 unblessed
179 unexport
180 UNIMPORTING
181 Unported
182 unsets
183 unsettable
184 utils
185 whitelist
186 Whitelist
187 workflow
188
189 ## other jargon
190 bey
191 gey
192
193 ## neologisms
194 breakability
195 delegatee
196 hackery
197 hacktern
198 wrappee
199
200 ## compound
201 # half-assed
202 assed
203 # role-ish, Ruby-ish, medium-to-large-ish
204 ish
205 # kool-aid
206 kool
207 # pre-5.10
208 pre
209 # vice versa
210 versa
211 lookup
212 # co-maint
213 maint
214
215 ## slang
216 C'mon
217 might've
218 Nuff
219
220 ## things that should be in the dictionary, but are not
221 attribute's
222 declaratively
223 everybody's
224 everyone's
225 human's
226 initializers
227 newfound
228 reimplements
229 reinitializes
230 specializer
231
232 ## misspelt on purpose
233 emali