more spelling fixes
[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
5a1fdc82 36autarch
37caelum
7186792b 38coercions
5a1fdc82 39documention
42cd3f44 40gotchas
5a1fdc82 41hdp
dc9e50cf 42inline
7186792b 43instantiation
5a1fdc82 44isa
45jnapiorkowski
7186792b 46libs
5c47dba7 47namespaces
7186792b 48organise
5a1fdc82 49parameterize
50parameterized
51phaylon
52rafl
7186792b 53subclasses
54subtype
55subtypes
5a1fdc82 56subtyping
57typeconstraint