Add inline to spelling 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
5c47dba7 28PositiveInt
5a1fdc82 29Ragwitz
30Rolsky
31Sedlacek
32StrOrArrayRef
33TODO
34TypeAndSubExporter
35Upi
36autarch
37caelum
38documention
42cd3f44 39gotchas
5a1fdc82 40hdp
dc9e50cf 41inline
5a1fdc82 42isa
43jnapiorkowski
5c47dba7 44namespaces
5a1fdc82 45parameterize
46parameterized
47phaylon
48rafl
49subtyping
50typeconstraint