blob: 423790308d486311dab6e4d1b0e757ae5bf8306f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
use Test::Spelling;
my @stopwords;
for (<DATA>) {
chomp;
push @stopwords, $_
unless /\A (?: \# | \s* \z)/msx; # skip comments, whitespace
}
add_stopwords(@stopwords);
set_spell_cmd('aspell list -l en');
all_pod_files_spelling_ok('.');
__DATA__
## personal names
cuny
damien
franck
François
grunwald
leroux
Perrad
## proper names
## SPORE
## computerese
API
APIs
CGI
JSGI
JSON
PSGI
URL's
## other jargon
## neologisms
## compound
## slang
## things that should be in the dictionary, but are not
changelogs
metadata
middleware
middlewares
request's
undecoded
workflow
## misspelt on purpose
|