Generate the moose-outdated script
[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
158clearers
6980c412 159codebase
160committer
161committers
86b96832 162compat
6b1903b4 163continutation
b0f3c6ff 164datetimes
fa73354b 165dec
b0f3c6ff 166definedness
6b1903b4 167deinitialized
b0f3c6ff 168destructor
169destructors
db1b6c45 170destructuring
86b96832 171dev
02b3bfa4 172env
6b1903b4 173eval'ing
b0f3c6ff 174hashrefs
3ff5c7d3 175hotspots
19320607 176immutabilize
177immutabilized
6b1903b4 178immutabilizes
b0f3c6ff 179inline
70bb0f97 180inlines
b0f3c6ff 181invocant
182invocant's
e4a50924 183irc
b0f3c6ff 184isa
fa73354b 185kv
b0f3c6ff 186login
6b1903b4 187metadata
188mixin
189mixins
fa73354b 190mul
6b1903b4 191munge
b0f3c6ff 192namespace
6b1903b4 193namespace's
b0f3c6ff 194namespaced
195namespaces
196namespacing
70bb0f97 197# as in required-ness
198ness
b0f3c6ff 199overridable
200parameterizable
6d86e9a6 201parameterization
b0f3c6ff 202parameterize
203parameterized
204parameterizes
c30342fa 205params
b0f3c6ff 206pluggable
207prechecking
208prepends
9840bb38 209pu
6980c412 210rebase
211rebased
212rebasing
6b1903b4 213rebless
c30342fa 214reblesses
6b1903b4 215reblessing
86b96832 216refactored
217refactoring
acd6c4da 218rethrows
b0f3c6ff 219runtime
db1b6c45 220serializer
6b1903b4 221sigil
222sigils
b0f3c6ff 223stacktrace
02b3bfa4 224stacktraces
e4a50924 225stateful
b0f3c6ff 226subclassable
dfaa35b2 227subname
b0f3c6ff 228subtyping
b0f3c6ff 229unblessed
230unexport
e4a50924 231unimporting
6b1903b4 232uninitialize
b0f3c6ff 233unsets
234unsettable
77b4d0b9 235utils
59caebc4 236whitelisted
9840bb38 237workflow
b0f3c6ff 238
239## other jargon
240bey
241gey
242
243## neologisms
244breakability
245delegatee
db1b6c45 246featureful
b0f3c6ff 247hackery
26adcd9a 248hacktern
76c89056 249undeprecate
b0f3c6ff 250wrappee
251
252## compound
253# half-assed
254assed
255# role-ish, Ruby-ish, medium-to-large-ish
256ish
257# kool-aid
258kool
259# pre-5.10
260pre
261# vice versa
262versa
d34910a3 263lookup
9840bb38 264# co-maint
265maint
b0f3c6ff 266
267## slang
268C'mon
269might've
270Nuff
271
272## things that should be in the dictionary, but are not
273attribute's
274declaratively
35cec749 275everybody's
b0f3c6ff 276everyone's
277human's
2fe235a7 278indices
b0f3c6ff 279initializers
280newfound
281reimplements
282reinitializes
283specializer
6b1903b4 284unintrusive
b0f3c6ff 285
286## misspelt on purpose
287emali
2fe235a7 288uniq