add missing stopwords
[gitmo/MooseX-Types.git] / xt / release / 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;
11 }
12
13 add_stopwords(@stopwords);
14 set_spell_cmd('aspell list -l en');
15
16 # This prevents a weird segfault from the aspell command - see
17 # https://bugs.launchpad.net/ubuntu/+source/aspell/+bug/71322
18 local $ENV{LC_ALL} = 'C';
19 all_pod_files_spelling_ok;
20
21 __DATA__
22 API
23 Florian
24 Kitover
25 MyStr
26 Napiorkowski
27 Pearcey
28 Perlop
29 PositiveInt
30 Ragwitz
31 Rolsky
32 Sedlacek
33 StrOrArrayRef
34 TODO
35 TypeAndSubExporter
36 Upi
37 autarch
38 caelum
39 coercions
40 documention
41 gotchas
42 hdp
43 inline
44 instantiation
45 isa
46 jnapiorkowski
47 libs
48 namespaces
49 organise
50 parameterize
51 parameterized
52 phaylon
53 rafl
54 subclasses
55 subtype
56 subtypes
57 subtyping
58 typeconstraint