Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.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 blblack
23 chansen
24 chromatic's
25 Debolaz
26 Deltac
27 dexter
28 ewilhelm
29 Goulah
30 gphat
31 groditi
32 Hardison
33 jrockway
34 Kinyon
35 Kinyon's
36 Kogman
37 kolibrie
38 konobi
39 lbr
40 McWhirter
41 merlyn
42 mst
43 nothingmuch
44 Pearcey
45 perigrin
46 phaylon
47 Prather
48 Ragwitz
49 rafl
50 Reis
51 rindolf
52 rlb
53 robkinyon
54 Rockway
55 Roditi
56 Rolsky
57 Roszatycki
58 sartak
59 Sedlacek
60 Shlomi
61 SL
62 stevan
63 Stevan
64 Vilain
65 wreis
66 Yuval
67 Goro
68
69 ## proper names
70 AOP
71 CLOS
72 cpan
73 CPAN
74 OCaml
75 ohloh
76 SVN
77
78 ## Class::MOP
79 CLR
80 JVM
81 MetaModel
82 metamodel
83 metaclass
84 metaclass's
85 BUILDARGS
86 MOPs
87 Metalevel
88
89 ## computerese
90 API
91 APIs
92 Baz
93 clearers
94 continutation
95 datetimes
96 definedness
97 destructor
98 destructors
99 DWIM
100 eval'ing
101 hashrefs
102 Immutabilization
103 immutabilization
104 immutabilize
105 immutabilized
106 Inlinable
107 inline
108 invocant
109 invocant's
110 irc
111 IRC
112 isa
113 login
114 metadata
115 munge
116 namespace
117 namespaced
118 namespaces
119 namespace's
120 namespacing
121 OO
122 OOP
123 ORM
124 overridable
125 parameterizable
126 parameterize
127 parameterized
128 parameterizes
129 pluggable
130 prechecking
131 prepends
132 rebless
133 reblessing
134 runtime
135 sigil
136 sigils
137 stacktrace
138 subclassable
139 subtyping
140 TODO
141 unblessed
142 unexport
143 UNIMPORTING
144 uninitialize
145 Unported
146 unsets
147 unsettable
148 Whitelist
149
150 ## other jargon
151 bey
152 gey
153
154 ## neologisms
155 breakability
156 hackery
157 wrappee
158
159 ## compound
160 # half-assed
161 assed
162 # role-ish, Ruby-ish, medium-to-large-ish
163 ish
164 # kool-aid
165 kool
166 # pre-5.10
167 pre
168 # vice versa
169 versa
170 # foo-ness
171 ness
172
173 ## slang
174 C'mon
175 might've
176 Nuff
177
178 ## things that should be in the dictionary, but are not
179 attribute's
180 declaratively
181 everyone's
182 human's
183 initializers
184 newfound
185 reimplements
186 reinitializes
187 specializer
188 unintrusive
189
190 ## misspelt on purpose
191 emali