Oops, meant to remove the EOLTests, not the NoTabsTests
[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
c30342fa 75tozt
b0f3c6ff 76wreis
b0f3c6ff 77
78## proper names
79AOP
80CLOS
b0f3c6ff 81CPAN
82OCaml
b0f3c6ff 83SVN
6b1903b4 84ohloh
b0f3c6ff 85
86## Moose
47dffcec 87AttributeHelpers
6b1903b4 88BUILDALL
89BUILDARGS
b0f3c6ff 90BankAccount
91BankAccount's
92BinaryTree
6b1903b4 93CLR
b0f3c6ff 94CheckingAccount
6b1903b4 95DEMOLISHALL
96Debuggable
97JVM
98METACLASS
f6130c6c 99Metaclass
6b1903b4 100MOPs
101MetaModel
102MetaObject
103Metalevel
104MooseX
105Num
106OtherName
107PosInt
108PositiveInt
109RoleSummation
110Str
111TypeContraints
b0f3c6ff 112clearers
113composable
19320607 114hardcode
b0f3c6ff 115immutabilization
116immutabilize
117introspectable
f6130c6c 118metaclass
b0f3c6ff 119metaclass's
19320607 120metadata
b0f3c6ff 121metaprogrammer
122metarole
f785aad8 123metaroles
c3d7bb27 124metatraits
b0f3c6ff 125mixins
b0f3c6ff 126oose
b0f3c6ff 127ro
128rw
b0f3c6ff 129
130## computerese
131API
132APIs
133Baz
86b96832 134Changelog
6b1903b4 135DUCKTYPE
136DWIM
137GitHub
138IRC
139Immutabilization
140Inlinable
141JSON
142O'Caml
143OO
144OOP
145ORM
146ROLETYPE
147TODO
148UNIMPORTING
149Unported
150Whitelist
151arity
152arrayrefs
153clearers
6980c412 154codebase
155committer
156committers
86b96832 157compat
6b1903b4 158continutation
b0f3c6ff 159datetimes
fa73354b 160dec
b0f3c6ff 161definedness
6b1903b4 162deinitialized
b0f3c6ff 163destructor
164destructors
db1b6c45 165destructuring
86b96832 166dev
02b3bfa4 167env
6b1903b4 168eval'ing
b0f3c6ff 169hashrefs
3ff5c7d3 170hotspots
19320607 171immutabilize
172immutabilized
6b1903b4 173immutabilizes
b0f3c6ff 174inline
70bb0f97 175inlines
b0f3c6ff 176invocant
177invocant's
b0f3c6ff 178isa
fa73354b 179kv
b0f3c6ff 180login
6b1903b4 181metadata
182mixin
183mixins
fa73354b 184mul
6b1903b4 185munge
b0f3c6ff 186namespace
6b1903b4 187namespace's
b0f3c6ff 188namespaced
189namespaces
190namespacing
70bb0f97 191# as in required-ness
192ness
b0f3c6ff 193overridable
194parameterizable
6d86e9a6 195parameterization
b0f3c6ff 196parameterize
197parameterized
198parameterizes
c30342fa 199params
b0f3c6ff 200pluggable
201prechecking
202prepends
9840bb38 203pu
6980c412 204rebase
205rebased
206rebasing
6b1903b4 207rebless
c30342fa 208reblesses
6b1903b4 209reblessing
86b96832 210refactored
211refactoring
acd6c4da 212rethrows
b0f3c6ff 213runtime
db1b6c45 214serializer
6b1903b4 215sigil
216sigils
b0f3c6ff 217stacktrace
02b3bfa4 218stacktraces
b0f3c6ff 219subclassable
dfaa35b2 220subname
b0f3c6ff 221subtyping
b0f3c6ff 222unblessed
223unexport
6b1903b4 224uninitialize
b0f3c6ff 225unsets
226unsettable
77b4d0b9 227utils
59caebc4 228whitelisted
9840bb38 229workflow
b0f3c6ff 230
231## other jargon
232bey
233gey
234
235## neologisms
236breakability
237delegatee
db1b6c45 238featureful
b0f3c6ff 239hackery
26adcd9a 240hacktern
76c89056 241undeprecate
b0f3c6ff 242wrappee
243
244## compound
245# half-assed
246assed
247# role-ish, Ruby-ish, medium-to-large-ish
248ish
249# kool-aid
250kool
251# pre-5.10
252pre
253# vice versa
254versa
d34910a3 255lookup
9840bb38 256# co-maint
257maint
b0f3c6ff 258
259## slang
260C'mon
261might've
262Nuff
263
264## things that should be in the dictionary, but are not
265attribute's
266declaratively
35cec749 267everybody's
b0f3c6ff 268everyone's
269human's
2fe235a7 270indices
b0f3c6ff 271initializers
272newfound
273reimplements
274reinitializes
275specializer
6b1903b4 276unintrusive
b0f3c6ff 277
278## misspelt on purpose
279emali
2fe235a7 280uniq