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