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