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