add missing stopwords
[gitmo/MooseX-Types.git] / xt / release / pod-spell.t
CommitLineData
5a1fdc82 1use strict;
2use warnings;
3
4use Test::Spelling;
5
6my @stopwords;
7for (<DATA>) {
8 chomp;
9 push @stopwords, $_
10 unless /\A (?: \# | \s* \z)/msx;
11}
12
13add_stopwords(@stopwords);
14set_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
18local $ENV{LC_ALL} = 'C';
19all_pod_files_spelling_ok;
20
21__DATA__
22API
7186792b 23Florian
5a1fdc82 24Kitover
25MyStr
26Napiorkowski
27Pearcey
28Perlop
5c47dba7 29PositiveInt
5a1fdc82 30Ragwitz
31Rolsky
32Sedlacek
33StrOrArrayRef
34TODO
35TypeAndSubExporter
36Upi
37autarch
38caelum
7186792b 39coercions
5a1fdc82 40documention
42cd3f44 41gotchas
5a1fdc82 42hdp
dc9e50cf 43inline
7186792b 44instantiation
5a1fdc82 45isa
46jnapiorkowski
7186792b 47libs
5c47dba7 48namespaces
7186792b 49organise
5a1fdc82 50parameterize
51parameterized
52phaylon
53rafl
7186792b 54subclasses
55subtype
56subtypes
5a1fdc82 57subtyping
58typeconstraint