1use utf8;
2
3use strict;
4use warnings;
5
6use Test::Spelling;
7
8my @stopwords;
9for (<DATA>) {
10    chomp;
11    push @stopwords, $_
12        unless /\A (?: \# | \s* \z)/msx;    # skip comments, whitespace
13}
14
15add_stopwords(@stopwords);
16set_spell_cmd('aspell list -l en');
17
18# This prevents a weird segfault from the aspell command - see
19# https://bugs.launchpad.net/ubuntu/+source/aspell/+bug/71322
20local $ENV{LC_ALL} = 'C';
21all_pod_files_spelling_ok;
22
23__DATA__
24Anno
25BCE
26CLDR
27DateTimes
28Datetime
29Datetimes
30EEEE
31EEEEE
32Formatters
33GGGG
34GGGGG
35IEEE
36LLL
37LLLL
38LLLLL
39Liang's
40MMM
41MMMM
42MMMMM
43Measham's
44POSIX
45PayPal
46QQQ
47QQQQ
48Rata
49SU
50Storable
51TZ
52Tsai
53UTC
54VVVV
55ZZZZ
56bian
57ccc
58cccc
59ccccc
60conformant
61datetime
62datetime's
63datetimes
64dian
65eee
66eeee
67eeeee
68formatter
69hh
70iCal
71ji
72na
73ni
74nitty
75other's
76proleptic
77qqq
78qqqq
79uu
80vvvv
81yy
82yyyy
83yyyyy
84zzzz
85mutiplication
86IEEE
87Flávio
88Glock
89Rata
90Soibelmann
91
92