tweak whitelist
[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
23Kitover
24MyStr
25Napiorkowski
26Pearcey
27Perlop
28Ragwitz
29Rolsky
30Sedlacek
31StrOrArrayRef
32TODO
33TypeAndSubExporter
34Upi
35autarch
36caelum
37documention
42cd3f44 38gotchas
5a1fdc82 39hdp
40isa
41jnapiorkowski
42parameterize
43parameterized
44phaylon
45rafl
46subtyping
47typeconstraint